Conways game of life for cx16.
Title: Conway game life screensaver
Language: Assembly
System: Commander X16
Version: v1.0.1
Emulator: R43-R46 (R45 need a update bios)
Author: Hechelion ([email protected])
Date: 2023-08-01
Compiler: CC65
Build using: cl65 -t cx16 -o CONWAYGL.PRG -l conwaygl.list conwaygl.asm
LOAD "CONWAYGL.PRG",8
RUN
Q - Exits game.
R - Reset game.
D - Alternate Demo mode.
1 - Set 60 FPS simulation speed
2 - Set 12 FPS simulation speed
3 - Set 6 FPS simulation speed
4 - Set 2 FPS simulation speed
5 - Pause ans step*step forwards
a 40*30 grid simulation of Conways game of life for CX16 8 bit computer.
The game starts in demo mode (screensaver), in this mode the game will automatically restart every 255 cycles.