Skip to content

HalfPixelStudios/hectic_dungeon

Repository files navigation

hectic dungeon

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.

DEV SETUP

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

TODO

  • 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)