https://github.com/vladimirmarkelov/unblocked
Puzzle game "Unblocked"
https://github.com/vladimirmarkelov/unblocked
blocks game puzzle rust
Last synced: about 1 year ago
JSON representation
Puzzle game "Unblocked"
- Host: GitHub
- URL: https://github.com/vladimirmarkelov/unblocked
- Owner: VladimirMarkelov
- License: mit
- Created: 2019-09-15T22:39:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T07:53:24.000Z (over 3 years ago)
- Last Synced: 2025-03-27T06:34:33.450Z (over 1 year ago)
- Topics: blocks, game, puzzle, rust
- Language: Rust
- Homepage:
- Size: 456 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog
- License: LICENSE
Awesome Lists containing this project
README
# Unblocked
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](docs.md).
## Installation
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):
```shell
$ sudo apt-get install libsdl2-dev libasound2-dev pkg-config
```
The application can be compiled from source, or installed using cargo:
```shell
$ 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:
```shell
$ cargo install unblock-it --force
```
### Precompiled binaries
For Windows you can download precompiled binaries from [Release page](https://github.com/VladimirMarkelov/unblocked/releases).
Windows binary works on Windows 7 or newer Windows.
### Contact info
Suggestions, ideas, bugs, and better replays are very welcome. Send all of them to vmatroskin (at) gmail.com. Bugs can be submitted at [github](https://github.com/VladimirMarkelov/unblocked/issues)
## License
MIT