At long last, I have uploaded my final C++ project for this semester. For my project, I made a game of Monopoly entirely on C++. The game is fully functional, and can even save progress every turn.
This game is able to do the following: Allow 2-6 players to play a game of monopoly Edit settings, such as starting money Save and load the previously-played game When the game is won, show play time and number of turns And much more!
To play the game, you will need to download the zip file onto your computer, then unzip the contents. Open the new file and double-click on 'Monopoly.exe'. When a game is saved, it will create a .dat file in that folder. Do not worry about that file, the program will detect if it exists and, if it does, ask if you would like to resume a previous game. Do not edit any of the .txt files, as the program will not work without them.