Crates.io | unblock-it |
lib.rs | unblock-it |
version | 1.0.0 |
source | src |
created_at | 2019-09-19 03:17:19.771719 |
updated_at | 2019-09-19 03:17:19.771719 |
description | Unblocked is a puzzle game inspired by Flipull |
homepage | |
repository | https://github.com/VladimirMarkelov/unblocked |
max_upload_size | |
id | 165861 |
size | 631,113 |
A puzzle game inspired by NES game "Flipull" with a bit different mechanics.
As of version 1.0, it contains 56 puzzles (and one demo level that is unplayable).
For detailed information about hot keys, built-in help and replays, please see documentation.
Before compiling the application from sources you may need to install extra developer libraries beforehand. Building it on Ubuntu 18 required to install the following libraries(ALSA, SDL2, and pkg-config):
$ sudo apt-get install libsdl2-dev libasound2-dev pkg-config
The application can be compiled from source, or installed using cargo:
$ cargo install unblock-it
You need Rust compiler that supports Rust 2018 edition (Rust 1.36 or newer) to do it. If you want to upgrade, execute the following command:
$ cargo install unblock-it --force
For Windows you can download precompiled binaries from Release page.
Windows binary works on Windows 7 or newer Windows.
Suggestions, ideas, bugs, and better replays are very welcome. Send all of them to vmatroskin (at) gmail.com. Bugs can be submitted at github
MIT