Skip to content

salarkalan/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Conway's Game of Life

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages