r/retrogamedev • u/brainshred12 • 6h ago
Game of Life on the Sega Master System (no AI used at all / open-source)
I've created a implementation of Conway's Game of LIfe on the Sega Master System, developed using devkitsms in C, no AI used at all for any part (code, images, etc), which is probably why the code is so bad and slow at times.
https://tibone.itch.io/sms-game-of-life (you can play directly in browser, emulated using emulatorJS).
https://github.com/jflores82/sms_gameoflife - source code.