/GameOfLife

Conway's Game of Life - Simple Text Based Java Implementation

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

GameOfLife

Conway's Game of Life - Simple Text Based Java Implementation

GameOfLife

Build & Run Instructions

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

Important

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 [ ]