Skip to content

Hechelion/cx16_conwayslifegame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cx16_conwayslifegame

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

How to play

LOAD "CONWAYGL.PRG",8
RUN

Controls

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

Description:

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.