The console application which is a simulation of a toy robot moving on a square tabletop, of dimensions 5 units x 5 units.
In the project directory, you can run:
Right after cloning, you need to run this command to run the scripts below.
Runs the console app.
PLACE X,Y,Fwill put the toy robot on the table in position X,Y and facing NORTH, SOUTH, EAST or WEST.MOVEwill move the toy robot one unit forward in the direction it is currently facing.LFETandRIGHTwill rotate the robot 90 degrees in the specified direction without changing the position of the robot.REPORTwill announce the X,Y and orientation of the robot.
Launches the test runner in the watch mode.
Runs all the test data saved in src/testData directory.