Changes between Version 4 and Version 5 of ControlSystems/SoftwareTeam/Training/VirtualTraining/JuniorRobot
- Timestamp:
- Aug 31, 2020, 11:46:07 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/VirtualTraining/JuniorRobot
v4 v5 113 113 == Exercises == 114 114 1. Run !RoboJojo again and observe how the behaviors of the robot relate to the methods. 115 1. Change the methods in the robot's main loop to make its behavior more interesting, try making the robot travel in a square and fire its gun at each corner. 115 1. Change the methods in the robot's main loop to make its behavior more interesting, try making the robot travel in a square and fire its gun at each corner. you can find the list of methods you can use in the [https://robocode.sourceforge.io/docs/robocode/robocode/JuniorRobot.html JuniorRobot class documentation]