kbumsik / WolfieMouse

IEEE Reion 1 Micromouse competition.
56 stars 30 forks source link

Display Mouse's direction #27

Closed kbumsik closed 7 years ago

kbumsik commented 7 years ago

Currently M is displayed to indicate the position of the mouse in terminal. It would be better when we see current direction of the mouse. However, ASCII code does not have arrows (e.g. ↑,↓,←,→) so we cannot print them. Instead we could print U D L R to show direction. Maybe we can come up a better solution like -> and <-.