mdaffin/sprockit.io

Implement players ability to move

Closed this issue · 2 comments

Players need to be able to tell the game which moves they want to take. The possible moves are up, down, left or right which advance the player one space in that direction. If the path is blocked the player should not be moved and the response should indicate this.

This is partly implemented - the player can now move and moving reveals more of the map but there is no feedback given to the user to indicated if they successfully moved or not.

Fixed in #81