Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 479 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 479 Bytes

Labby

Rust logo Bevy logo

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