CSI-280 / python-game

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

Figure out NPC's and enemies #34

Open wesbeard opened 4 years ago

wesbeard commented 4 years ago

The tutorial has a section on placing enemies, it should be a good place to start figuring out enemy and NPC entities and how to implement them. If someone wants to follow the tutorial and get their version working we can tweak it to fit the specifics of our game.

ghost commented 4 years ago

Implementing a damage system for monsters and the player would be good as well. entity.py will have a new Fighter class when #35 is finished that should be helpful in figuring out max HP, defense, and power.