Hello.
I have implemented the "Game of Life" for the NES as invented by mathematician John Conway in 1970.
See here for more information: http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
iNES ROM:
http://www.mediafire.com/?2i9hcr2oc7iibe4
Here's also the source code, but it is not very well written and not super efficient (I'm still a beginner):
http://www.mediafire.com/?0n0awmaz77pea7o
Controls:
SELECT
--> Switch between menu and cell selection
START
--> Shortcut to start the game
A
--> inside field, fill a cell (make it "alive"), inside menu activate the menu entry
B
--> inside field, empty a cell (make it "dead")
If you have never played Life before, you will probably want to try out some of the templates I prepared for you in the Templates-Section.
I hope you like it!
I have implemented the "Game of Life" for the NES as invented by mathematician John Conway in 1970.
See here for more information: http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
iNES ROM:
http://www.mediafire.com/?2i9hcr2oc7iibe4
Here's also the source code, but it is not very well written and not super efficient (I'm still a beginner):
http://www.mediafire.com/?0n0awmaz77pea7o
Controls:
SELECT
--> Switch between menu and cell selection
START
--> Shortcut to start the game
A
--> inside field, fill a cell (make it "alive"), inside menu activate the menu entry
B
--> inside field, empty a cell (make it "dead")
If you have never played Life before, you will probably want to try out some of the templates I prepared for you in the Templates-Section.
I hope you like it!