Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.78 KB

README.md

File metadata and controls

58 lines (36 loc) · 1.78 KB

2D Soccer Simulation Screenshot

Starter2DStack

Agent2D Buid + Binary

This project is based on HELIOS Base ( StarterAgent2D & StarterLibRCSC by Nader Zare) & Licensed under GNU GPL 3.

First time build

  1. Install dependencies.

    sudo apt-get update && sudo apt-get install -y g++ build-essential libboost-all-dev qt4-dev-tools libaudio-dev libgtk-3-dev libxt-dev bison flex
  2. Clone this repository.

     git clone [email protected]:KN2C2D/starter-stack.git && cd starter-stack
  3. Then build agent & lib with included script:

    ./makeFirstTime.sh

    Done ! 🙂

Build after changes

After changing any part of the code you can easily build it with makeAll.sh & makeAgent.sh

Run A Game

After building the project, you can run the team with these instructions:

  1. Open a terminal and run rcssserver

    rcssserver
  2. Open new terminal and got to project folder then run your team

    cd starter2d-stack/Agent/src
    ./start.sh -t YOUR_TEAM_NAME
  3. Now open a monitor like rcssmonitor and watch the game

    rcssmonitor

For further instructions you can use this link (English) or مستندات شبیه‌ساز دوبعدی فوتبال(Farsi).