Tutorial 1 |
In this tutorial you learn the most important things like the Print and IF commands.This is not for the intermediate or advanced programmers... |
Tutorial 2 |
This is my graphics tutorial. This has things for advanced programmers and for intermediate programmers. |
Tutorial 3 |
This is the games tutorial... This explains many things that you might wonder how they do it in other programs / games... |
Tutorial 4 |
This is the newly finished Mouse tutorial. This teaches you about using the mouse in your own QBasic programs, Uses ASM. |
Tutorial 3.5 |
I have just recently added the tutorial 3.5 revisited... This is to give help and to answer questions that I have been receiving... |
Tutorial 5 |
This is The tutorial for the all important Bitmaping. If you ever want to program a good game you must learn these tecniques!! Very important! |
Tutorial 6 |
This is the tutorial for The Bit Blt technique... This is also very important. This allows you to put a picture / Sprite on the screen without removing the background, a problem that I had trouble with for years... |
Tutorial 7 |
This talks about how you can move sprites without having to destroy the background or have to keep redrawing it... Another must learn technique... |
Tutorial 8 |
3D QBASIC TUTORIAL!!! This is my HAW way to 3d program... You'll understand the HAW when you read it... This allows anyone anywhere to program in beautifull 3D... |
Tutorial 10 |
This tutorial makes up for tutorial # 9! This is the biggest tutorial. It covers RPG making and designing. This is the first edition. I plan to write another one covering a different kind of rpg (more advanced). |
Tutorial 11 |
This tutorial is very simple... It covers how to set up SUB files in QBasic... This is very important for newbies to learn DON'T OVERLOOK THESE!!! |
Tutorial 12 |
ASM!!! This tutorial covers very briefly assembly programming... In the next tutorial, I plan to cover how to include ASM in Qbasic programs without using librarys... |
Tutorial 13 |
Finally!! How to add ASM to your Qbasic programs! In this tutorial it covers the basics of using simple ASM in qbasic. I will eventually get very advanced with ASM and QB, but for now, I would try to learn this... |
Tutorial 14 |
This Tutorial Covers 2D rotation... It doesn't really teach you how things are rotated, it just teaches you how you can rotate things... This coincides with the HAW method of 3d programming... Only much esier... |
Tutorial 15 |
In this Tutorial, you learn how to use a qbasic library... This tutorial teaches you by using the one I made, but can be easilly converted to use other libraries... In the next tutorial, I plan to teach you how to make your own library... !!NOTICE!! You need qbasic 4.5 or higher to use programming libraries... |
Tutorial 16 |
This is the biggest tutorial to date... It covers how to make your own qbasic library. This is very detailed and covers a variety of things... In this tutorial it uses the ASM way to make a library... |
Tutorial 17 |
This is my most H/A tutorial... I am really sorry... I wouldn't even bother reading this unless you are really really bored, I just need to get back into the feel of releasing tutors again... It covers how Qbasic is like and not like other languages... |
Tutorial 18 |
This tutor covers how to make more than one intance of a sprite... 3d and 2d... so that each sprite has a mind of thier own... |
Qbasic Graphics Tutorial |
Discusses sprites in QBasic and various methods of working with them. Written by James Kinney. |
QB’s Palette |
An excellent tutorial on the basics of palette manipulation.
By James Kinney |