![]() |
OOP A3 Board Games 35
a Board Game Project Made by Students at Cairo FCAI
|
Controls the flow of a board game between two players. More...
#include <BoardGame_Classes.h>
Public Member Functions | |
| GameManager (Board< T > *b, Player< T > *p[2], UI< T > *u) | |
| Construct a game manager with board, players, and UI. | |
| void | run () |
| Run the main game loop until someone wins or the game ends. | |
Controls the flow of a board game between two players.
| T | Type of symbol used on the board. |
|
inline |
Construct a game manager with board, players, and UI.
|
inline |
Run the main game loop until someone wins or the game ends.