Skip to content

Conways game of life written in z80 assembly for the gameboy

Notifications You must be signed in to change notification settings

leobeosab/GBGameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conways Game of Life (Gameboy Edition)

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. ¯\(ツ)

Screenshot

Requirements

  1. Make - No link because you know what make is
  2. RGBDS

How to run

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

About

Conways game of life written in z80 assembly for the gameboy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published