Unity Tutorial rouguelike

Following along with Unity's Roguelike tutorial.

gameplay

Known bugs

  • Enemy/Player colliders not working, ie you can move onto the same square as an enemy.
  • By Day 4, multiple enemies are on the board, but only one of them moves.
    • The moving enemy also moves every time the player does, when it should be every second time.
    • By day 12, the single moving enemy moves twice a turn.