hectic dungeon is a turn-based tiled dungeon crawler game. It's a reboot and bevy rewrite of the original Hectic-Dungeon that was entered for a game jam.
Some features of the nightly build of rustfmt
are required. Ensure that you
have ran:
$ rustup install nightly
Next install some git hooks:
$ just devsetup
Finally to run the game:
$ just
- basic player and enemy movement
- enemy pathfinding
- player attacking
- enemy attacking
- map loading
- traps / environemntal hazards
- item pickup
- animation / tweening system
- map generation (room system)
- ui (might be blocked by 0.8)