Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelstott/minds-eye
A Sokoban-esque puzzle game developed in Rust.
https://github.com/michaelstott/minds-eye
experimental-project game indiegame puzzle-game puzzle-game-prototype quarantine-project rust-gamedev rust-lang sdl2 sokoban
Last synced: 3 months ago
JSON representation
A Sokoban-esque puzzle game developed in Rust.
- Host: GitHub
- URL: https://github.com/michaelstott/minds-eye
- Owner: MichaelStott
- Created: 2020-05-03T18:51:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T00:04:42.000Z (11 months ago)
- Last Synced: 2024-11-01T20:36:05.498Z (3 months ago)
- Topics: experimental-project, game, indiegame, puzzle-game, puzzle-game-prototype, quarantine-project, rust-gamedev, rust-lang, sdl2, sokoban
- Language: Rust
- Homepage:
- Size: 196 MB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
------
An experimental Sokoban-esque puzzle game developed using Rust and SDL2. Very much a WIP. :construction_worker:
The objective is to move the colored blocks into the line of sight of a matching eye.
## Build
### Windows
If compiling for the first time, first pull the SDL2 dependencies for the project via:
```sh
$ make lib
```This will download the SDL2 libraries in a new `lib` folder.
To launch the project in development mode, run
```sh
$ make dev
```## Credits
Music composed by [Kevin MacLeod](https://incompetech.com/music/royalty-free/index.html?isrc=USUAN1100181).