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 consts that describe the pieces in the game and their capabilities. More...
Go to the source code of this file.
Classes | |
struct | PieceType |
A struct containing information about a piece, including its name and information. More... | |
Variables | |
const std::array< const PieceType, 5 > | kGamePieceTypes |
An array of PieceTypes, each element describing a single type of piece used in the game. | |
Contains structs and consts that describe the pieces in the game and their capabilities.