Skip to content

iipajcii/wheel-of-fortune-cpp

Repository files navigation

WHEEL OF FORTUNE

Description

A C++ implementation of Wheel of Fortune using four players

Important Information

  • The program is composed of three main classes:
    • Game
    • Players
    • Display
  • The Game class orchistrates how the game is to be played
  • The Players class groups player objects together and makes operations on all or individual players easier
  • THe Display class is responsible for ALL output to the console (objects like cout are not to be used only within the display class, nowhere else in the code)

About

A C++ implementation of Wheel of Fortune using four players

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published