Skip to content

tahnok/gameboy_of_life

Repository files navigation

  _   _   _   _   _   _   _     _   _     _   _   _   _
 / \ / \ / \ / \ / \ / \ / \   / \ / \   / \ / \ / \ / \
( G | A | M | E | B | O | Y ) ( O | F ) ( L | I | F | E )
 \_/ \_/ \_/ \_/ \_/ \_/ \_/   \_/ \_/   \_/ \_/ \_/ \_/

Conway's Game of Life for the gameboy. Written at first using GBDK and a lot of cussing, now using the much faster GBDK-N

The compiled version is available as [[gameboy_of_life.gb]]

Demo

Building

If you cloned this without the submodule then run

git submodule init
git submodule update

Or if you haven't cloned it yet git clone --recursive https://github.com/tahnok/gameboy_of_life/

You'll need sdcc, hopefully you can just sudo apt-get install sdcc

You need to build gbdk-n

cd gbdk-n
make

About

Conway's Game of Life for the Gameboy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published