TheCOSCGameProject  1.0
Classes
minigames.h File Reference

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>
Include dependency graph for minigames.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.