|
My Project
UML Lab
|
| CBoard | Represents the game board and its functionality |
| CGame | Represents the main game logic and interaction |
| Clogic | |
| CMenu | Class representing the game menu for player color selection |
| CMove | Class representing a move in the game |
| CMoveNode | Class representing a node in the MinMax tree |
| CPiece | Represents a checker piece on the board |
| CPlayer | Class representing a player in the game |
| ▼Ctesting::Test | |
| CBoardTest | |
| CMoveNodeTest | |
| CPlayerTest |