Mini Bootcamp Engineering Task
Based on Conways Game Of Life cellular automaton.
You can see the full description here : https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
- Java JDK 11
IDE (Intellij, Eclipse)
- Clone the repo to your desired directory,
- CLick the green play button to run it.
- It will display a frame that show cellular automaton
Terminal
- Clone the repo to your desired directory.
- Open terminal and move the directory where you save the repo.
- Use command below
javac GameOfLife.java
java GameOfLife
- It will display a frame that show cellular automaton