This is a cellular automaton devised by the British mathematician John Horton Conway in 1970 written in java.
- Install Netbeans for your Operating System
- Install JDK for you Operating System
- Clone the repository.
git clone https://github.com/MrPlumbum82/conways_game_of_life.git
- Open folder GameOfLive in Netbeans.
- Execute project.
sudo apt-get install ant
ant compile
ant jar