Fast Conway's Life for GameBoy

Discussion of programming and development for the original Game Boy and Game Boy Color.
Post Reply
User avatar
NovaSquirrel
Posts: 483
Joined: Fri Feb 27, 2009 2:35 pm
Location: Fort Wayne, Indiana
Contact:

Fast Conway's Life for GameBoy

Post by NovaSquirrel »

Image
This uses pretty much the same algorithm as my NES version, and is about as fast for a 32x32 grid. If you're running on a Game Boy Color you can change it to double speed mode so it'll go faster.

Plans for later:
  • Add double buffering
  • Finish the 64x64 grid mode, and add scrolling
  • Add predefined patterns
GitHub repository
Attachments
life.gb
(32 KiB) Downloaded 1362 times
Post Reply