Sin descripción

Yevhen Babiichuk (DustDFG) c469b82b73 Fix reload button hace 1 año
include d311937a48 Fix performance issue? hace 1 año
licenses 0053e332cb Add copyright and license notice. hace 1 año
res 526d0aae33 Increase texture resolution hace 1 año
src c469b82b73 Fix reload button hace 1 año
.gitignore 58ee42bd0a Init commit hace 1 año
CMakeLists.txt 2a8fe74a6b Increase version hace 1 año
README.md e789d05684 Update README hace 1 año

README.md

Dot Sort

Dot sort - is a free clone of casual sorting games

Dependencies

  • SFML

Build instruction

Debian based

  1. sudo apt-get install libsfml-dev
  2. mkdir build && cd build
  3. cmake ..
  4. make

Then you can run it ./bin/dot_sort

Control

  1. Escape to exit;
  2. Space to reload current level;
  3. R to generate new random level;

Status

Alpha

Licenses

All code is under GPL 2.0 or later. All the resources under CC0