Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 357 Bytes

File metadata and controls

8 lines (5 loc) · 357 Bytes

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