A port of Conway's Game of Life for Apple II computers
Go to file
Christophe Meneboeuf 94da5cf7be Adding About screen
2017-01-18 01:02:40 +01:00
assets Color correction of the Title Screen 2016-12-18 18:48:36 +01:00
scripts Adding music to the title screen 2017-01-17 01:19:33 +01:00
src Adding About screen 2017-01-18 01:02:40 +01:00
.gitignore Adding a Title Screen 2016-12-13 01:45:27 +01:00
benchs.txt 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
disk.dsk Adding music to the title screen 2017-01-17 01:19:33 +01:00
Makefile Adding music to the title screen 2017-01-17 01:19:33 +01:00
README.md Adding a Title Screen 2016-12-13 01:45:27 +01:00

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).


Two binaries will be produced.

  1. gol.out is a Linux executable.
  2. gol.a2 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.

Title screen

The title 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.