Open the HTML file from a browser.
- Create a Javascript application in which you can simulate controlling a robot
- The robot should be placed on a 5x5 grid
- Supply controls that let you:
- Move the robot forwards in the direction it is facing, and
- Rotate the robot in place to face any cardinal direction
- The board is a 5x5 grid.
- Controls for the robot can be of either interfaces:
- HTML elements (buttons) on the interface
- Keyboards
- The robot starting position is the top left corner and faces to right side of the board.
- The robot can only rotate clockwise.