Skip to content

Latest commit

 

History

History
35 lines (17 loc) · 1.03 KB

README.md

File metadata and controls

35 lines (17 loc) · 1.03 KB

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.