Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 327 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 327 Bytes

mars

The main class is the RobotCommander. The main method parses the input, computer the final positions and renders it in the console.

Beside the unit tests there is an integration test: ExecuteInstructionsIntegrationTest

Further improvements: handle robot colitions, compute alternative route for invalid instructions.