Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 628 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 628 Bytes

Conway's Game of Life

A simulation of Conways's Game of Life Wikipedia explanation.

My Project in "Object-oriented Modeling and Programming" course at Bauhaus-Universität Weimar.

GameOfLife

Project description

Simulation of evolution of an initial population with cell automat.

Usage

Compile the Java files:

javac src/*.java

Run the 'GameOfLife' class:

java -cp src GameOfLife