CSI-280 / python-game

Python roguelike for CSI-280
0 stars 0 forks source link

Implement Damage System #45

Open JoshBogin opened 4 years ago

JoshBogin commented 4 years ago

Make it so the player can damage the enemies and the enemies can damage the player. Continue with the tcod tutorials and make work with the entities so they can damage each other. Implement AI for the enemies so they can move toward the player on their turns in order to attack.

JoshBogin commented 4 years ago

I have completed the AI for the enemies so they can move towards the players but I still need to implement the damage system.