Zappy Server
C++ game server: world, rules, scheduler, network
Loading...
Searching...
No Matches
Player.hpp File Reference
#include <deque>
#include <string>
#include "Orientation.hpp"
#include "Resources.hpp"
+ Include dependency graph for Player.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Player
 Represents a player in the game Each player has an ID, position (x, y), orientation, level, team name, inventory of resources, and a command queue. The player can also be in the process of incanting (see the subject cuh) the max commands a player can queue is 10. More...