- dotnet 6 sdk
- Multiple Robots functionalities
- PLACE {xxx} adds new robot
- ROBOT {n} activates robot n
- Hardcoded to RobotConsole/Input/Input.txt
- This input file will be copied to output folder during build and will be accessed when running.
- Edit this file & build to add new commands
cd Robot/RobotConsole
dotnet run
cd Robot
dotnet test
- Added
#
to input as comment character
PLACE 0,0,NORTH
LEFT
REPORT
# Output should be 0,0,WEST