/FreeStar

Life like game with generations

MIT LicenseMIT

Free Star

Free Star is similar to Game Of Life but has different rules and introduces cells' generations

Preresiquites

You need CSFML. For linux you can install:

sudo apt install libcsfml-dev

How to build and run

Being in folder FreeStar:

mkdir build
cd build
cmake ..
make

Now run:

./FreeStar.exe