WardaM93 / Dungeon-Game

0 stars 0 forks source link

Slug info initial display (Player Info) (0/1) #9

Closed WardaM93 closed 3 hours ago

WardaM93 commented 4 hours ago

✅ Given I play the game, using level1.txt ✅ Then I see the player info ❌ And The player's name is Player Assertion Failed: Expected the player's Name to be 'Player', but found 'Entity')

WardaM93 commented 3 hours ago

✅ Given I play the game, using level1.txt ✅ Then I see the player info ✅ And The player's name is Player ✅ And The player's position is (6, 1) ❌ And The player's weapon is None Assertion Failed: Expected the player's Weapon to be 'None', but found 'None')