Skip to content

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

Notifications You must be signed in to change notification settings

iipajcii/wheel-of-fortune-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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