Guessing Game program (2017)
- Edward Low

- 2019年5月16日
- 讀畢需時 1 分鐘
This is a simple C++ gaming program that will generate a random number, and let the user to guess a number in each of the round, the scope will get smaller if the answer is incorrect, the program will run until the user guess it correctly. The program will award the score based on the number of rounds. In addition, the system will record down the player’s name, score, and time taken into the text file. The player can also view the previous scoring record with top 10 records.


留言