/Monopoly

Monopoly using C++

Primary LanguageC++MIT LicenseMIT

Monopoly

A Monopoly implementation using C++. This project was aimed as a practice for Object Oriented design and programming. Some assumptions regarding the rules of the game were made which can be seen in the user manual.

Design

The following shows the UML diagram for the project.

Image

Image

Image

License

This project is licensed under MIT. The game is taken from https://www.hasbro.com/en-us/brands/monopoly.

Future Updates

The implementation will be made on QT to allow GUI to play the game (some time in the near future) to learn/practice QT. Currently, the game can only be played in a console based system.