DO
CLS
IF SPACEKEY()=1 AND SCORE#<1000 THEN INC SCORE#,1
TEXT 0,0,"Here's a basic score board made from none of the info you gave,"
TEXT 0,15,"since you didnt GIVE any info other than make me a scoreboard"
TEXT 0,30,"Press SPACE to increase your score. When you reach 1000, you win!"
TEXT 0,60,"Score: "+str$(SCORE#)
IF SCORE#=1000
TEXT 0,75,"Wow, you have a lot of time on your hands!"
TEXT 0,100,"Press any key to exit"
SUSPEND FOR KEY
END
ENDIF
SYNC
LOOP
Current Projects: SHADE - Game Maker | Mecho - TGC Puzzle Entry | Halo Physics Engine | COLD - Polygonal Collision Detection