Conway's Game of Life


- Tech Stack: JavaFX
- GitHub: This repository is private, send me a message for access to the source code.
The game is made after the rules of the Conway's Game of Life.
It has multiple grids, each with a different pattern.
One of the grids - the second one of the above .gif picture, it's a random pattern, placing the pixels randomly.
The graphics part was made by a friend, and I worked on the code logic part.
Link to the wiki page for more details about the Game rules