Menu

Instructions

Jakob Battelino Prelog

Since version 0.7a (r27) the game has a working menu, that should ease the use for most users.
Steps for creating a game, however, remain the same:

  1. Create a game through Host menu.
  2. Join a game through Join menu. When joining a game, player's name and color(hex) will be read from the Player Settings menu.
  3. Start the game by using the start button in the Game menu. Only game server host can start the game.

The game can also be configured through some basic console commands.
A game can be created and started in the following way:

  1. Create and start a game server using /game command. Server is started as a dedicated server. Example:

    /game map=relief rounds=10 time=10 delay=8
    
  2. Join a game server using /join command. Local server can be reached via localhost address. Example:

    /join host=localhost name=Dr.Livingstone color=00ff00
    /join host=255.255.255.255 name=PhileasFogg color=abcdef
    
  3. Start the game with /start command. Only game server host can start the game.

Game creation instructions can also be reached by using the /help command.

External requirements:
All of the game's communication is done over the port 31415 using TCP.


MongoDB Logo MongoDB