Monopoly Game in C++
- naortm
- Jul 12, 2022
- 1 min read
In this project I have been trying to create a Monopoly game, using cmd as GUI
Hey and welcome to my first project.
My first project was creating a Monopoly game using C++, and I have been trying to use a various of data structures and so on.
There was 4 times I used STL library. 1 time in Player (class) and 3 times in GameEngine(class).
Vector, Deque, Queue and List.
More so, i used Inheritance, dynamic casting and virtual function.
I'm adding the GitHub link to the project, and here I'm adding some photos to demonstrate.
Link to GitHub: https://github.com/NaorTIRAM/Monopoly---Cplus
The table looks like this:

Creating Game

MidGame

EndGame

Comments