Alpha version of a tool to run competitions in the RoboCup 3D Soccer Simulation League created by the magmaOffenburg team.
- Clone the repository:
git clone https://github.com/magmaOffenburg/magmaCompetition
. - In Eclipse, you might have to import the Maven project (PackageExplorer->RightClick->Import...->Maven->Existing Maven Project, choose folder magmaCompetition)
- Set up
clang-format
as described here. - Make sure you have Java 8 or higher installed and available on your command line.
- Make sure you have simspark and rcsserver3d installed and the command
rcssserver3d
is available on the server's command line. - Run class
magma.tools.competition.SimManager
As of now the tool is not ready to use. We are still developing important features to run games on a cluster. A User guide is available in folder doc.