K-Mistele / seeker-of-the-sword

ascii-character adventure code written into console via python
Other
5 stars 0 forks source link

Player Ascii-character glitch #1

Closed K-Mistele closed 6 years ago

K-Mistele commented 6 years ago

The player character begins as a plus sign ("+"), but after the first move, reverts to the original "@" symbol. Should be an easy fix.

amistele commented 6 years ago

Character indicator had been set at world creation, but when game loop iterated it reset to previous character. Modified game loop representation of character.