GuillemBarroso / CLing

2D survival game using command line
MIT License
3 stars 1 forks source link

Movement in limits improved #16

Closed GuillemBarroso closed 1 year ago

GuillemBarroso commented 1 year ago

Fix #12.

Improve movement around limits (walls). Now if the order is to go up and left and a wall is on the left, the player will move up. Before, it was getting stuck.