Game of Ur 0.3.3
This is a computer adaptation of Game of Ur, written in C++ mainly using SDL and OpenGL.
|
Contains structs and classes representing a single player of the game and their current state. More...
#include <memory>
#include <array>
#include <glm/glm.hpp>
#include "piece.hpp"
#include "role_id.hpp"
Go to the source code of this file.
Classes | |
class | Player |
Data model for a single player of the game, tracking also the number of counters held by this player. More... | |
Contains structs and classes representing a single player of the game and their current state.