To run the application
- Clone the repository
- To run unit test from solution directory "docker-compose run test"
- To run toy robot simulator from solution directory "docker-compose run simulator"
Use the following instructions to move the toy robot on table top
- By default: You have a square table top of dimension 6x6 from (0,0) to (5,5) to move your toy robot
- Use the following commands to operate your toy robot
- Place - To place it on the table i.e place 2,3,north
- Move - To move it one unit forward in the direction it is currently facing
- Left - To rotate anti clock wise from current direction
- Right - To rotate clock wise from current direction
- Report - To check the current position and direction
Have a fun !!!