No Description

Yevhen Babiichuk (DustDFG) 526d0aae33 Increase texture resolution 1 year ago
include 31ada31502 Create dependency on view for presenter 1 year ago
licenses 0053e332cb Add copyright and license notice. 1 year ago
res 526d0aae33 Increase texture resolution 1 year ago
src 2fbbd11915 Make size of tubes dynamic 1 year ago
.gitignore 58ee42bd0a Init commit 1 year ago
CMakeLists.txt 040ea6f7d6 Change resource placement scheme 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