The game client is what each player runs on their computer. It is written in C++ for SDL and OpenGL.
The game server is the brain of the network. It propagates actions to other players and is the master-mind for decisions.
The game database is a MySQL repository for saving player profiles