Skip to content

setvisible/element-dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.