A port of Conway's Game of Life for Apple II computers
Go to file
Christophe Meneboeuf 21d1456e2c Color correction of the Title Screen 2016-12-18 18:48:36 +01:00
assets Color correction of the Title Screen 2016-12-18 18:48:36 +01:00
scripts Adding a Title Screen 2016-12-13 01:45:27 +01:00
src Adding a Title Screen 2016-12-13 01:45:27 +01: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 Adding a Title Screen 2016-12-13 01:45:27 +01:00
README.md 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
disk.dsk Color correction of the Title Screen 2016-12-18 18:48:36 +01: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).


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.