A simulation of Conways's Game of Life Wikipedia explanation.
My Project in "Object-oriented Modeling and Programming" course at Bauhaus-Universität Weimar.
Simulation of evolution of an initial population with cell automat.
Compile the Java files:
javac src/*.java
Run the 'GameOfLife' class:
java -cp src GameOfLife