Yep, a sound and math section are coming too. I figure there will be 25 sections when completed. The first math tutorial which I happen to working on right now will be the basic commands and their usage.
I'm designing the tutorials to be beginner oriented for the first half. The second half will be advanced topics building on what was learned in the first half. When I get to the advanced topics I'm sure I'll be asking for help and code examples, especially for the higher math, physics, and 3D related topics.
@Dimster Do you mean a section on search engines or a search engine for the site?
@Dimster @Pete String math?
This is what I have laid out for now
Task 1 - Install and setup QB64
Task 2 - Introducing the IDE
Task 3 - Your first program
Task 4 - Introducing variables
Task 5 - Conditions and branching
Task 6 - Looping
Task 7 - Graphics
Task 8 - Subroutines and functions
Task 9 - Gathering input
Task 10 - Variable arrays
Task 11 - String manipulation
Task 12 - Math functions
Task 13 - File input and output
Task 14 - Music and sound effects (end of beginner course)
Task 15 - Game design concepts
Task 16 - Advanced graphics
Task 17 - Sprites and sprite sheets
Task 18 - Collision detection and avoidance
Task 19 - Physics and timing
Task 20 - 3D and OpenGL
Task 21 - Recursion (end of advanced course)
Task 22 - Beginner build: Hangman (start of build series)
Task 23 - Intermediate build: Pong
Task 24 - Advanced build: Missile command
Task 25 - Expert build: Pac-Man