Color BASIC: Difference between revisions

Content deleted Content added
m Typo fixing and general fixes using AWB (7660)
Russian roulette: Fixed typos.
Line 6:
 
==Russian roulette==
aA colorColor BASIC program from the original Color BASIC manual gives the commands for a Russian roulette game
<source lang="sdlbasic">
10 PRINT "CHOOSE YOUR CHAMBER(1 TO 10)"
Line 12:
30 IF X = RND(10) THEN 100
40 SOUND 200, 1
50 PRINT "--CLICK--"
60 GOTO 10
100 PRINT "SORRY, YOU'RE DEAD."