You'll need to think hard and carefully as this Simon-type game gets progressively more difficult. By HCW regular, Steve Lucas In this game, the computer displays a random sequence of coloured blocks in the four corners of the screen. You must try to repeat the sequence using the keys:— r y c b Each time you correctly repeat the sequence, it gets longer! To make the game more difficult, there is a time limit, which is selected at the beginning (1 = easy, 2 = hard). Note: please remember to check your spacing when typing in Amstrad listings. Make sure you leave a space between the command DATA and the first datum on the line. How it works - 30 starts random number generator at random position (dependent on time)
- 40-60 messages
- 70 multicolour mode
- 80 create block as a string of characters
- 90 select colours used
- 100 call instructions
- 110-170 select difficulty
- 190-260 main control WHILE WEND loop
- 250 increment score
- 260-300 end of game
- 310-400 select random sequence
- 410-520 display sequence
- 530-650 your turn
- 660-940 display graphics in correct positions
- 950-1060 instructions
Home Computing Weekly #87 |