Implemented using core Java.
Should be built and run using Java 1.8.
From within IDE execute RobotCartesianGrid.main().
Alternatively build with Maven clean install
and execute in the terminal
java -jar robot-controller-1.0.0-SNAPSHOT.jar
Robot can be controlled using the following instructions:
F
- move robot forward in the currently selected directionR
- change robot direction to the left of the current directionL
- change robot direction to the right of the current direction