/game-of-life

An implementation of Conway's Game of Life written in C++ using Qt.

Primary LanguageC++

Game-of-Life

An implementation of Conway's Game of Life written in C++ and using Qt.

To build:

cd build
cmake ..
make