Skip to content

User interface for game server and game state vizualization

License

Notifications You must be signed in to change notification settings

RoboLiga/monitor-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Monitor

A user interface for game server and visualization of the game state. Developed for the robotics competition Robo liga FRI.

Setup

To set up the project follow the instructions in the following SETUP README.

Configuration

To configure game parameters change the values in config.json.

// note the following parameters
name: "Robo liga FRI 2023: Rudnik", // name on the website's landing page
robot_time: 25, // max fuel time of the robot
field_key: "game_field" // needs to match the ID of the field that defines the entire arena

To configure the base url of the server update the nuxt.config.ts.

runtimeConfig: {
    public: {
        baseApiUrl: 'http://localhost:8088' // change this value
    }
}

Authors

  • Matej Horvat

License

License: MIT

About

User interface for game server and game state vizualization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published