ElementDots is a simple sandbox/2D game for building structures with the help of the Four Elements (earth, air, water & fire) and more.
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 the last release here.
-
Download
ElementDots-src.tar.gz
. -
Unzip:
$ tar zxvf ElementDots-src.tar.gz $ cd ElementDots-src/
-
Build it with QtCreator.
Compile and run
ElementDots.pro
.
The code is released under the MIT License.