TheCOSCGameProject  1.0
minigames.cpp File Reference

Implementation of the TicTacToe, CodeGuesser, and BlackJack games. More...

#include "../lib/toolkit.h"
#include "../lib/dependencies.h"
#include "../lib/minigames.h"
Include dependency graph for minigames.cpp:

Detailed Description

Implementation of the TicTacToe, CodeGuesser, and BlackJack games.

This file contains the implementation of three mini-games: TicTacToe, CodeGuesser, and BlackJack. Each game has methods for setting up the game, handling player input, and determining the outcome.