Tutorials

I have plans for future tutorials, but I am beginning with the basics:
  1. Beginning Programming with Just BASIC
    1. Compiling and Running Your First Program
    2. Variables and User Input
    3. IF-Statements, Boolean Logic and Branch Labels
    4. FOR-Loops and WHILE-Loops
    5. Arrays with Loops
    6. File Input and Output
    7. Graphical User Interface

  2.   Game Programming
    1. The Process
    2. Setting Up the Window
    3. Sprite/Terrain Creation