toomeyDev / SimpleRPG

A simple text-based RPG developed in Python 3.
GNU General Public License v3.0
0 stars 0 forks source link

Implement fight sequences #3

Open toomeyDev opened 2 years ago

toomeyDev commented 2 years ago

Contingent on #2 (enemy module), player entity should be able to engage enemies on a tile in turn-based combat, with damage values being affected by statistics (atk) and a certain amount of EXP rewarded to the player for defeating the enemy.

Enemies defeated by the player should be removed from the content of the cell, allowing areas to be cleared out by the player.