/game-of-life-java

Conway's Game of Life implementation in Java

Primary LanguageJava

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.