Conway's Game of Life - Simple Text Based Java Implementation
Clone the repository
git clone https://github.com/Julynx/GameOfLife
Change directory to src
cd GameOfLife/src/
Compile and run
javac game/*.java
java game/Main
If you are using Eclipse you must unlock the console by disabling the option "Limit Console Output"
Window > Preferences > Run/Debug > Console > Limit Console Output [ ]