npm install
npm run start
Put the bot in an area within the 5x5 tile board.
n can be any number between 0 and 4.
face can be any of the ff:
NORTHEASTSOUTHWEST
Move the bot forward by 1 tile in the direction it is facing. This will be ignored if resulting position is beyond the 5x5 tile board.
Make the bot face the direction to its left.
Make the bot face the direction to its right.
End the program and display the output. No output will be displayed if the bot was not placed.
npm run test