setvisible / element-dots

An extended Conway's Game of Life with the Four Elements (earth, air, water & fire)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ElementDots

ElementDots is a simple sandbox/2D game for building structures with the help of the Four Elements (earth, air, water & fire) and more.

screenshot

It's an extended Conway's Game of Life.

It's inspired by the POK5's Chrome experiment. More info here and there.

It uses the Qt5 framework and is written in C++.

Download

Download the last release here.

Build

  1. Download ElementDots-src.tar.gz.

  2. Unzip:

     $ tar zxvf ElementDots-src.tar.gz
     $ cd ElementDots-src/
    
  3. Build it with QtCreator.

    Compile and run ElementDots.pro.

License

The code is released under the MIT License.

About

An extended Conway's Game of Life with the Four Elements (earth, air, water & fire)

License:MIT License


Languages

Language:C++ 91.0%Language:C 7.1%Language:QMake 2.0%