KylerStr / PowershellTRPGEngine

A PowerShell based Text RPG game engine.
0 stars 0 forks source link

Combat System #9

Open KylerStr opened 3 weeks ago

KylerStr commented 3 weeks ago

Implement a combat system, allowing players to fight NPCs.

If a player dies, the game should end.

If a player wins, the player should get loot.

Combat damage should be reflected by the players current weapon and stats.