K-Mistele / seeker-of-the-sword

ascii-character adventure code written into console via python
Other
5 stars 0 forks source link

Mobs should attack when directly next to player #19

Closed K-Mistele closed 6 years ago

K-Mistele commented 6 years ago

When mob is next to player, it should try and attack player. Instead of moving onto player's char, it should stay in location but do_damage() to the player.