Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cypriengille/labby
A recreation of the Labyrinth board game using the Bevy game engine.
https://github.com/cypriengille/labby
bevy board-game gamedev rust
Last synced: 23 days ago
JSON representation
A recreation of the Labyrinth board game using the Bevy game engine.
- Host: GitHub
- URL: https://github.com/cypriengille/labby
- Owner: CyprienGille
- License: apache-2.0
- Created: 2022-11-01T16:32:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T15:17:32.000Z (7 months ago)
- Last Synced: 2024-04-24T11:12:44.600Z (7 months ago)
- Topics: bevy, board-game, gamedev, rust
- Language: Rust
- Homepage:
- Size: 6.44 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-Apache-2.0
Awesome Lists containing this project
README
# Labby
![Rust logo](rust-logo.png)
![Bevy logo](bevy-logo.png)Little recreation of the Labyrinth board game using **Rust** and the *Bevy* game engine.
## TODO
- Settings in-game## Done
- v0.1.0 - Tiles
- v0.1.1 - Debug
- v0.2.0 - Player
- v0.2.1 - Player spawning
- v0.2.2 - Player movement
- v0.2.5 - Player-Tile Collision
- v0.2.9 - Documentation Break
- v0.3.0 - Board movement
- v0.4.0 - Treasure
- v0.5.0 - QOL (controls hints)
- v1.0.0 - Release!
- Better background