Skip to content

A first year project for CSCI 1300 featuring Monopoly a CU Boulder Edition. The C++ terminal game follows all of the official rules of monopoly and includes all of the features like the board version(e.g. auction, sell, buy, mortgage, taxes, .etc)

License

Notifications You must be signed in to change notification settings

josh-truong/Monopoly-CU-Boulder-Edition

Repository files navigation

Project_CUMonopoly

Monopoly with a CU Boulder Theme

USE to Compile and Run Game

g++ -std=c++11 -o Monopoly AccessPlayerInfoNMenuAccess.cpp Auction.cpp Bankrupt.cpp BoardDisplay.cpp buyPHM.cpp CommunityChance.cpp Game.cpp gameDriver.cpp Jail.cpp Player.cpp Property.cpp PropertyInfo.cpp readPlayerNProperty.cpp Trade.cpp

USE ./Monopoly to run the game

About

A first year project for CSCI 1300 featuring Monopoly a CU Boulder Edition. The C++ terminal game follows all of the official rules of monopoly and includes all of the features like the board version(e.g. auction, sell, buy, mortgage, taxes, .etc)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages