You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conway's Game of Life made in Java using JavaFX. I used OOP and Multithreading in this project. Cells that go off screen are drawn on the opposite side.
A user interface to allow for visualization of Cellular Automata following Conway's Game of life.
Draw on screen with mouse
Click to add/remove a cell, or drag to keep drawing
Start life or step through each generation, and adjust the speed of life!
You can also press space to go to the next generation.
You can even draw while life is generating due to multithreading!
About
Conway's Game of Life made in Java using JavaFX. I used OOP and Multithreading in this project. Cells that go off screen are drawn on the opposite side.