A Java program which allows you to simulate Conway's Game of Life. It allows the user to select a grid size, manually "kill" or "birth" cells, step through generation by generation, or just let it run continuously. Will your species stabilize or go extinct?
- An updated version of this written in Angular and Ionic can be found here.
- Visit my website for me cool stuff!
-
Clone the repository
git clone git@github.com:jrquick17/java-life.git -
Compile project
javac src/*.java -d target/ -
Run project
java -cp target/ Life
To contribute, submit any pull request and I will have look.
If you find any issues feel free to open a request in the Issues tab. If I have the time I will try to solve any issues but cannot make any guarantees. Feel free to contribute yourself.
- Run using Java 8
- Burn with fire