An open API service indexing awesome lists of open source software.

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

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.

![](media/demo-01.gif)
# Running

```sh
cargo run --release
```