mirror of
https://github.com/Pixinn/gameoflife-appleii.git
synced 2024-11-04 21:05:43 +00:00
875 B
Executable File
875 B
Executable File
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.
- gol.out is a Linux executable.
- gol.a2 is an Apple II executable
Prerequisite in order to build:
- The cc65 compiler suite, with the environment variable CC65_HOME set to its folder
Prerequisite in order to produce the disk image
- Java Runtime
- AppleCommander
Embedding the Apple 2 binary into the disk image
Run the add-to-disk.sh script.
For more information, you can refer to these posts on my blog.