Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 944 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 944 Bytes
  _   _   _   _   _   _   _     _   _     _   _   _   _
 / \ / \ / \ / \ / \ / \ / \   / \ / \   / \ / \ / \ / \
( 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