Electronic Roulette Wheel Type of Game

This was one of the project we worked on in our data structure class in spring 2019.The objective of this project was to create classes and implement those classes in a simple game.

It is a C++ console electronic Roulette wheel type of game. The game was created in Microsoft Visual Studio and run from command line/console window.

On this game player play their role on console while the house is played by computer using random number generator.

Component involve in the game are player and wheel each have their seperate classes and main function brings everthing together.

This project was done in group of three. Each team member with different roles and present each other knowledge in the group.

Team Members and Their Roles

Yeati Mishra : Main Function (user console)

Khoa Do: Debug

Ragu Neopaney: classes and implementaion

Technologies:
Wheel Header Code
Wheel Definition Code
Player Header Code
Player Definition Code
Main Function code
Final Output
Complete code on my GitHub Page