Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 1.1 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.1 KB

magmaCompetition

Alpha version of a tool to run competitions in the RoboCup 3D Soccer Simulation League created by the magmaOffenburg team.

Installation for development

  • 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

Current State

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.