Introduction to Robot Battle with Robocode (Environment Construction) as a robot development tool [kiy0taka / robocode-start](https://github.com/kiy0taka/ robocode-start) was introduced.
This time, I will explain the flow for developing a robot using the function of robocode-start.
The sample code is included in robocode-start, so copy it.
COPY-> PASTE src / main / java / org / kiy0taka / robots / MyFirstRobot.java
under ** robocode-start **.
Set the information of the new class to be created after copying. Enter the following information as appropriate.
New source code will be added.
@TODO
Recommended Posts