A simple, work-in-progress implementation of Conway's Game of Life in Java.
To clone the repository:
git clone https://github.com/relkochta/GameOfLife.gitSimply run compile and run Main.java. No build system is provided at this time.
Press right click to pause or resume the simulation. Press left click to toggle whether or not a cell is alive.
Moving around the simulated plane is currently not supported, nor is customizing the simulation rate.
This repository is available under the MIT license, available in the LICENSE file.
