Mini-project for Java class.
Conway's Game of Life implemented using Java Swing graphical user interface.
Main class: game.Game
- Compile all files by running
javac */*.java
or using any Java IDE. - Start the main class by running
java game.Game
or again using any Java IDE.
DemoGame.dat
should be present for demonstration button to work.