| Hello and welcome to CLUB QUITE BASIC!!!!!!!!!! | WELCOME TO THE WONDERFUL WORLD OF BASIC PROGRAMING!! |
| Get a random number from 0 to 3 | |
| guess a random number between 0 an 3 | |
| Guess a random number between 0 an 3;repeat forever | |
| guess a random number between 0 an 3;repeat until you get it | |
| Guess a random number between 0 and 10 - with hints | |
| Guess a random number between 0 and 10 - with hints and score | |
| Guess a random number between 0 and 10 - with hints, score, and verbal comment | |
| plot a "dot" on a 10X10 canvas | |
| plot random "dots" on a 25X25 canvas - no erasing of dots | |
| Plot random "dots" on a 25X25 canvas - erasing after each dot | |
| Move a "dot" using keyboard keys | |
| Draw by moving a dot and not erasing | |
| assign 9 letters and print them | |
| TIC TAC TOE ap version | Player#1 is "O". PLAYER#2 is "X". just imagine the a-i as a tic tac toe board.
Otherwise it's pretty simple. ENJOY!!---PINE
P.S the only glitch is that it re-starts after about 5 or 6 moves. |
| World of Warcraft HANG MAN | THE BEST GAME I HAVE MADE ON THIS SITE!!! |
| NUMBER GAME part#2 | I deigned this off my dad's format while in school so enjoy! |
| TIC TAC TOE VERSION 2 | Work in Progress |
| NOW YOU CAN RESPOND TO MY PROJECTS!!!! | PERFECTED!!!!!!!! |
| Sample of a parsing error | Shows how" SyntaxError: Parse error
undefined" can happen |