| Vic's Tutorials Zip File |
Download all the tutorials at once to your hard drive so you can read them anytime uninterupted and have them at your finger tips for easy reference.
|
| Tutorial 1 |
This tutorial has an introduction to programming, qbasic, and details some basic commands.
|
| Tutorial 2 |
This tutorial explains how to use simple graphics in your qbasic programs.
|
| Tutorial 3 |
This tutorial has an introduces simple game techniques
|
| Tutorial 3.5 |
This revisits ideas in tutorial 3 with some more in depth explanations.
|
| Tutorial 4 |
This teaches you how to use the mouse in qbasic!
|
| Tutorial 5 |
This teaches you how to use qbasic bitmaps which are very important for most qbasic games.
|
| Tutorial 6 |
This teaches BIT BLT (BIT BLock Transfer) in qbasic. It is used in any good graphics game, and in most other languages.
|
| Tutorial 7 |
This teaches you how to use sprite movement techniques!
|
| Tutorial 8 |
This teaches you how to use the mouse in qbasic!
|
| Tutorial 9 |
This is the second game tutorial.
|
| Tutorial 10 |
This introduces rpg's and how to make your first rpg.
|
| Tutorial 11 |
This tutorial introduces subs in qbasic.
|
| Tutorial 12 |
This tutorial introduces basic asm!
|
| Tutorial 13 |
This tutorial teaches you how to use simple asm in your qbasic program!
|
| Tutorial 14 |
This tutor teaches you how to use simple 2d rotation in your programs!
|
| Tutorial 15 |
This teaches you how to make your very own qbasic library!!!
|
| Tutorial 16 |
This continues from tutorial 15...
|
| Tutorial 17 |
This tutorial explains why qbasic is such a good language to use and learn.
|
| Tutorial 18 |
This teaches you how to handle multiple sprites in your game.
|
| Tutorial 19 |
This introduces you to direct qb.
|
| Tutorial 20 |
This teaches you how to use scrolling in your program with the help of directqb
|
| Tutorial 20.5 |
This revisits scrolling from tutorial 20.
|
| Tutorial 21 |
This goes over many things that have been left out from the other tutorials, yet are very important...
|
| Tutorial 22 |
This tutorials talks about programming apathy - every programmers worst nightmare!
|