Game servers are started by the GGZ Gaming Zone server ggzd whenever a player launches a table. The game setup is passed to the game over a special connection, as are the scores and game results from the game server to ggzd. This protocol is called the Server/Game Server Protocol, and is available in a reference implementation named libggzdmod, written in the C programming language, and its wrappers for C++ and Python.