| Pong with Scoring | A version of the Ping Pong game that keeps the score |
| Gravity | Simplistic planetary dynamics simulation. When I get this right I may promote it as a house project on the main Quite BASIC site,
|
| Submarine | Work in progress...
Press a digit 1-9 to release a depth charge! |
| read/data test | |
| Colon test | |
| Array index est | testing [] and () for arrays |
| Multidim Array Test | |
| ON test | Test conditional GOTO |
| READ Array test | Test that READ works both for scalar and array variables |
| Testing DRAW | Test code for the DRAW command. The first argument is an array of points laid out like so: [x,y,color, x,y,color, ...]. The second and third arguments are x and y offset respectively. Perhaps I should add an optional rotation argument too. |