A port of Conway's Game of Life for Apple II computers
Go to file
2016-10-04 01:12:36 +02:00
.gitignore Color buffer initialized with random values 2016-10-04 00:49:37 +02:00
benchs.txt Color buffer initialized with random values 2016-10-04 00:49:37 +02:00
gfx.asm Color buffer initialized with random values 2016-10-04 00:49:37 +02:00
gfx.h Bug corrections concerning the cursor in editor 2016-10-01 00:44:59 +02:00
gol_apple2_optimized.asm Life working in lores! 2016-10-03 00:09:48 +02:00
gol_apple2.c Using the random colors! 2016-10-04 01:12:36 +02:00
gol_linux.c Main loop modified: no more indexed 2 dim table access 2016-09-22 00:03:45 +02:00
Makefile Color buffer initialized with random values 2016-10-04 00:49:37 +02:00
rnd_colors.asm Using the random colors! 2016-10-04 01:12:36 +02:00
rnd_colors.h Using the random colors! 2016-10-04 01:12:36 +02:00