Welcome to RoboPlayer

home docs download links

RoboPlayer is Java program which can be used as:

Current version of RoboPlayer requires sserver 7.x or newer.

Requirements

To start playing with RoboPlayer you will need:

Starting single player

The base class for starting player is class Player.

  java -cp roboplayer.jar roboplayer.player.Player -file alpha/goalkeeper.player

The file goalkeeper.player defines behaviour of the player. The class Player can accept following parameters:

Name Required Defaule value
host no localhost
port no 6000
team no RoboPlayer
file yes -

Starting team

The base class for starting team is class Team. This class is simple launcher for Player class.

  java -cp roboplayer.jar roboplayer.player.Team -file alpha/alpha.team

The file alpha.team defines parameters for player inside the team. The class Team can accept following parameters:

Name Required Defaule value
host no localhost
port no 6000
file yes -
SourceForge Logo