Hi.
I am in the final progress of making a Conway's Life game with four 8x8 LED matrices. Just need to put an independent Arduino chip onto it and add the features I want.
Here is a picture of how it looks:

As you can see I have space for additional stuff on the Vero board.
Currently it simply runs until it detects a stagnation, then randomizes the display, and starts over again.
I intend to put this project inside a box and hang it up on a wall.
So I would like to know if someone can think of any additional features that would be nice to have.
Some features that I have thought of already and will most likely be added:
- Have a Light dependent resistor control the brightness of the screen.
- Keep a high score of how many generations have been made since it was plugged in (or keep the high score in memory).
- A button to press so you can see the high score without wiping out the current running game.
- Reset button, randomize display.
- Buttons to control the speed.
- I also thought about making it connect to my WiFi so I would be able to control it using any computer connected to my router. Not sure if that is possible though. It would need to host a web-service and that will make it not able to do the constant calculations required to keep the game going. Maybe using two Arduinos can be a solution.
If someone can think of something else then I would appreciate if you would post it here ![]()
Regards..