Projects by nikko

Pong with ScoringA version of the Ping Pong game that keeps the score
GravitySimplistic planetary dynamics simulation. When I get this right I may promote it as a house project on the main Quite BASIC site,
SubmarineWork in progress... Press a digit 1-9 to release a depth charge!
read/data test
Colon test
Array index esttesting [] and () for arrays
Multidim Array Test
ON testTest conditional GOTO
READ Array testTest that READ works both for scalar and array variables
Testing DRAWTest 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.