Game of Ur 0.3.3
This is a computer adaptation of Game of Ur, written in C++ mainly using SDL and OpenGL.
|
Contains enum listing the different types of pieces present in the game. More...
#include <cstdint>
Go to the source code of this file.
Enumerations | |
enum | PieceTypeID : uint8_t { SWALLOW =0 , STORMBIRD , RAVEN , ROOSTER , EAGLE , TOTAL =5 } |
Enum listing the different types of pieces present in the game. | |
Contains enum listing the different types of pieces present in the game.