- March 18, 2023
- BASIC 10Liner
Simon (Amstrad CPC) by Copper France
50%Game Brain Score
50% User Score 1 reviews
Platforms
About
SIMON This is very simple Simon game for the Amstrad CPC. Keyboard arrows are used to repeat the sequence of tones and lights. TECHNICAL PART The game works on all Amstrad CPC (using only BASIC 1.0) 1) Control Characters The game use a lot of Control characters to replace MODE, PAPER, CLS, BORDER, INK in only one PRINT in the first line : MODE is CHR$(4)+"0" FOR MODE 0 PAPER is CHR$(14)+"1" FOR …