Skip to content

timxor/conway-game-of-life-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game_of_life

Implemented the Game of Life, a cellular automaton consisting of a two-dimensional grid of cells. The program takes three command line parameters and implements a class from a provided abstract class.