Description | ********************* * SimonSaid4L PUR80 * *********************
by FeCO, 2024
Basic10Liner Contest, PUR-80 Category
This is a simple Simon Said type game: lesson and repead (colors / sounds, keys: 0-9)
Keys:
0-9
Program lines:
0 - Make the array for the sounds/colors (S(x)), set graphic mode, colors, and put the key numbers in colors
1 - Draw the box for display and play the pattern (1 ... 255 step) ...
2 - ... sound and display (blue border), then your turn: get a key A$
3 - ... display the matched colors and make sound, check the pressed key is correct - if, the game ends with red border and "NO", else increase the line (V) and repeat the process until 255 then game ends with OK and green border. |
|