https://github.com/borisboutillier/rs-gliphus
A simple puzzle game developped in Rust with bracket-lib for rendering, and legion for ECS
https://github.com/borisboutillier/rs-gliphus
bracket-lib legion puzzle-game rust-lang
Last synced: over 1 year ago
JSON representation
A simple puzzle game developped in Rust with bracket-lib for rendering, and legion for ECS
- Host: GitHub
- URL: https://github.com/borisboutillier/rs-gliphus
- Owner: BorisBoutillier
- License: mit
- Created: 2020-05-24T08:26:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T19:38:25.000Z (about 6 years ago)
- Last Synced: 2025-02-28T08:43:02.769Z (over 1 year ago)
- Topics: bracket-lib, legion, puzzle-game, rust-lang
- Language: Rust
- Size: 168 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Griphus
This a simple puzzle game where your goal is to get to the exit.
Contains activable doors, movable blocks, and lasers.

# Running
```sh
cargo run --release
```