A port of Conway's Game of Life for Apple II computers
Go to file
Christophe Meneboeuf 59344bab61 Editor screen can be erased 2017-09-28 00:34:01 +02:00
assets Color correction of the Title Screen 2016-12-18 18:48:36 +01:00
scripts Not building Linux native version anymore 2017-02-08 00:03:46 +01:00
src Editor screen can be erased 2017-09-28 00:34:01 +02:00
.gitignore Adding a Title Screen 2016-12-13 01:45:27 +01:00
COPYING Adding a Title Screen 2016-12-13 01:45:27 +01:00
Makefile Not building Linux native version anymore 2017-02-08 00:03:46 +01:00
README.md Not building Linux native version anymore 2017-02-08 00:03:46 +01:00
benchs.txt Adding a Title Screen 2016-12-13 01:45:27 +01:00
disk.dsk Editor screen can be erased 2017-09-28 00:34:01 +02:00

README.md

This is an Apple II port of Conway's Game of Life.

It should build with no modification on Linux, macOs and Windows 10 (using the bash).


It will produce the file gol.a2, which is an Apple II executable

Prerequisite in order to build:

Prerequisite in order to produce the disk image

Embedding the Apple 2 binary into the disk image

Run the add-to-disk.sh script.

Splash screen

The splash screen art is located in the assets folder. It has to be manually loaded on the disk image using the AppleCommander's GUI, for the command line loads a corrupted file! This screen was converted from a PNG using Rgb2Hires.


For more information, you can refer to these posts on my blog.