No Description

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

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