Skip to content

palucki/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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.

Releases

No releases published

Packages

No packages published