GGZ Gaming Zone Design Specification | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
<GAME ID="id" NAME="name" VERSION="version"> <PROTOCOL ENGINE="engine" VERSION="version"/> <ALLOW PLAYERS="players" BOTS="bots" SPECTATORS="spectator"/> <ABOUT AUTHOR="author" URL="url"/> <DESC>desc</DESC> </GAME> | ||
Data | Type | Example |
ID | int | 0 |
NAME | string | TicTacToe |
VERSION | string | 0.2 |
ENGINE | string | TicTacToe |
PLAYERS | int | 4 |
BOTS | int | 0 |
SPECTATORS | int | 8 |
AUTHOR | string | Anonymous Coward |
URL | string | http://ggz.sourceforge.net/ |
DESC | string | My first game |
A list entry describing one game at a GGZ server, which may be used in one or more rooms.
Unique identifier for this game
The name of the game
Game server program version, and game server/client communication protocol version
Generalized game type, which is used for frontend selection
Player configuration
Bots (AI players) configuration
Number of allowed spectators
Name of the author or author team
Pointer to the project homepage of the game server
Description for the game type offered by this server
After the client requested the list of games, a LIST containing some game entries is sent from the server to the client.