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:
The game can also be configured through some basic console commands.
A game can be created and started in the following way:
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
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
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.