Skip to content

ivalada/game-of-life-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

game-of-life-java

Conway's Game of Life implementation in Java

This project is a recreation of a classic cellular automaton - Conway's Game of Life. It's implemented in Java programming language with a command line interface using an OOP-based approach.