This is a small project I'm working on in my freetime to write Conways Game of Life in the z80 assembly variant the gameboy runs.
As the project stands right now it just displays a basic grid of cells. I haven't had a lot of time to work on it so updates will be sparatic and I may or may not complete the project at all. ¯\(ツ)/¯
- Make - No link because you know what make is
- RGBDS
Option one: just run the make file and get a rom
make
cp build/game-of-life.gb wherever you want
Option two: if you have sameboy installed just run
./build.sh