|
TheCOSCGameProject
1.0
|
Defines the base Game class and its derived classes for the Valeris game. More...
#include "../lib/toolkit.h"#include "../lib/dependencies.h"#include <vector>#include <string>#include <iostream>#include <random>#include <iomanip>#include <chrono>#include <algorithm>

Go to the source code of this file.
Classes | |
| class | Game |
| Abstract base class for mini-games. More... | |
| class | TicTacToe |
| Implements the TicTacToe mini-game. More... | |
| class | CodeGuesser |
| Implements the CodeGuesser mini-game. More... | |
| class | BlackJack |
| Implements the BlackJack mini-game. More... | |
Defines the base Game class and its derived classes for the Valeris game.
This file contains the declaration of the Game class, which is a base class for different mini-games such as TicTacToe, CodeGuesser, and BlackJack. Each game has its own implementation for starting the game and other game-specific functionality.
1.8.13