/game-of-life

John Conway's game of life in C++ & Qt

Primary LanguageC++

Game of life

Simple simulation of Conway's game of life written in C++ with Qt. Features:

  • auto-play and single step modes
  • random and manual map creation
  • loading and saving map (file in *gl format)
  • alive cells, generation counters

Screenshots

Made with https://ezgif.com/maker

Prerequisites

You need to have Qt >= 5 installed and configured to run the project.

Installing

Simply clone / download the repository and build it.

git clone git@github.com:palucki/game-of-life.git
cd game-of-life/src
qmake
make

After you sucessfully build the project, run it by typing

./GameOfLife

Built With

  • Qt - Qt Framework

Author

License

As per Qt requirements, any usage is allowed under (L)GPL v3 license.