morgan-rog / Wumpus-World

0 stars 0 forks source link

Robot -> Tiles #2

Closed morgan-rog closed 4 years ago

morgan-rog commented 4 years ago

Create robot that is able to move from tile to tile on the game board.

MichaelEssmyer commented 4 years ago

From looking it over and with no testing everything seems setup except one thing... how do you display the robot in a tile on the board? This leads me wonder what the user interface (UI) looks like too??

morgan-rog commented 4 years ago

I set up the robot to be a tilde ~ on the board. I made it a tile type.

MichaelEssmyer commented 4 years ago

Good thinking, that completes this issue