💾 Archived View for vigrey.com › nes › NESGameOfLife captured on 2023-03-20 at 17:55:29. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

➡️ Next capture (2023-05-24)

-=-=-=-=-=-=-

Conway's Game of Life

Following the passing of John Horton Conway, I made an NES implementation of Conway's Game of Life. This implementation has a 40x40 grid (non-wrapping) and runs pretty slowly, but does work.

Conway's Game of Life title screenshot

Conway's Game of Life game screenshot

I wrote a blog post titled "Implementing Conway's Game of Life on the NES" that goes into more details about this project.

Implementing Conway's Game of Life on the NES

Download the NES ROM

NES ROM File

Source Code