Skip to content

Blarc/igralni-streznik

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game server

This is a game server for university competition called Robo Liga FRI.

Installation

Clone the repository and install dependencies:

pip install -r requirements.txt

Usage

First, you need to edit the configuration file game_config.yaml to your needs. Then, you need to first run:

python main.py --game <game_name> --setup

to mark the game area and fields. After that, you can run the server with:

python main.py --game <game_name>

This will start a tracker process and a server process. The tracker process will track the robots and send their positions to the server process. The server process will expose a REST API on port 8088 for the robots to communicate with.

About

Sledenje objektom s podporo za več sočasnih iger.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Python 100.0%