This project is inspired by the project of fernandrone/robocode-maven and includes references to some of their code.
- Open this repository with Gitpod.
- Wait for Gitpod to finish initializing and for the project initialization script to complete. If prompted to
install
the vscode extension, click the "install" button to install it. - Write your robot in the
robots.first
package (located in /src/main/java/). - Run the command
bash robo
in the terminal to start Robocode. - Open a new tab or browser and navigate to the remote desktop on port
6080
. You will see the interface of Robocode. Add your robot that you have written in therobots.first
package. Select opponents for your robot, click "Start", and you can begin your performance.