A port of Conway's Game of Life for Apple II computers
Go to file
Christophe Meneboeuf 9ffdf06022 Loading and saving
2016-10-24 01:19:04 +02:00
.gitignore Adding file io 2016-10-22 01:44:43 +02:00
add-to-disk.sh Autoboot + minor refinements 2016-10-17 00:11:23 +02:00
benchs.txt Adding Load / Save skeletton 2016-10-23 01:15:58 +02:00
COPYING Adding Load / Save skeletton 2016-10-23 01:15:58 +02:00
disk.dsk Adding Load / Save skeletton 2016-10-23 01:15:58 +02:00
file_io.c Adding Load / Save skeletton 2016-10-23 01:15:58 +02:00
file_io.h Adding file io 2016-10-22 01:44:43 +02:00
gfx.asm Adding Load / Save skeletton 2016-10-23 01:15:58 +02:00
gfx.h Adding Load / Save skeletton 2016-10-23 01:15:58 +02:00
gol_apple2_optimized.asm Adding Load / Save skeletton 2016-10-23 01:15:58 +02:00
gol_apple2.c Loading and saving 2016-10-24 01:19:04 +02:00
gol_linux.c Adding file io 2016-10-22 01:44:43 +02:00
Makefile Adding file io 2016-10-22 01:44:43 +02:00
mli.asm Adding file io 2016-10-22 01:44:43 +02:00
README.md Autoboot + minor refinements 2016-10-17 00:11:23 +02:00
rnd_colors.asm Adding Load / Save skeletton 2016-10-23 01:15:58 +02:00
rnd_colors.h Adding Load / Save skeletton 2016-10-23 01:15:58 +02: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.


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