/rcssserver

RoboCup 2D Soccer Server

Primary LanguageC++GNU Lesser General Public License v3.0LGPL-3.0

rcssserver-15.2.2

Build Status

Description

The RoboCup-2D Soccer Simulator is a research and educational tool for multi-agent systems and artificial intelligence. It enables for two teams of 11 simulated autonomous robotic players to play soccer (football). The build system of this version is modified to use CMake and remove dependencies for bison/yacc.

Dependencies

Flex, Boost-system, Boost-filesystem

Install

mkdir build && cd build
cmake ..
make