Game of Ur 0.3.3
This is a computer adaptation of Game of Ur, written in C++ mainly using SDL and OpenGL.
Loading...
Searching...
No Matches
piece_type.hpp File Reference

Contains structs and consts that describe the pieces in the game and their capabilities. More...

#include <string>
#include <cstdint>
#include <array>
#include "piece_type_id.hpp"

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.
 

Detailed Description

Contains structs and consts that describe the pieces in the game and their capabilities.

Author
Zoheb Shujauddin (zoheb.nosp@m.2424.nosp@m.@gmai.nosp@m.l.co.nosp@m.m)
Version
0.3.2
Date
2025-09-12