52ky 发表于 2022-9-28 10:55:29

C++写的猜字游戏

这是一个用C++写的猜字游戏,电脑随机生成一个数字,由你来猜,假如猜对了.将退出游戏.如过猜小了,将提示你小了;假如大了将提示你猜大了.假如在给定的时间内你没猜.则通知你,你失败了.直接退出程序.
game.txt

(This is a word guessing game written in C. The computer randomly generates a number for you to guess. If you guess correctly, you will exit the game. If the guess is too small, you will be prompted to be small; Big. If you don't guess within the given time, you will be notified that you have failed. Exit the program directly.
game.txt)




页: [1]
查看完整版本: C++写的猜字游戏