搜索资源列表
caishuyouxi
- 这是一个简单的小游戏,电脑随机产生一个数字,玩家猜这个数是几,电脑会给出“大一点”或“小一点”的提示-This is a simple little game, a computer generated random numbers, players guess the number is few, the computer would give "little" or "small" tips
SmallGame
- 程序运行后,产生一个[0,100]之间的随机数,提示并接收用户从键盘输入的猜测值,返回比较信息(偏大或偏小),直至用户猜对为止,显示总的猜测次数。每次游戏结束时提示用户是否重新开始,根据用户输入确定重新开始或退出程序。将程序运行的最好记录(TOP1,成功猜测所用次数最少)的玩家信息登记到记录文件中,并适时更新。 -The program is running, resulting in a random number between [0,100], prompt, and guess th
game
- 猜数字 什么才是经典 你能通关? 很难的优质课啊 游戏 猜数字-What is a classic guess numberclearance can you? Quality is difficult lesson ah guess number Game
Game
- very simple application generate 6 winning numbers between 1 and 49 randomly and ask the user to guess these number. The user may win or lose depend on how many correct numbers he guess .-very simple application generate 6 winning numbers betwe
guess
- 以前文曲星上的猜数字小游戏。0-9随机生成4个数字,按照每次猜的系统给出的数字和位置结果,来推断这四个数字的顺序。-Previous Wen Quxing the number guessing game. 0-9 randomly generated four numbers, in accordance with the system for each guess the number and location of the results are given, to infer the o
game
- 猜数游戏,计算机生成一个随机数,人输入一个数,并输入此次钱数,如相同,加与输入钱数相同的钱,否则,扣除钱数除以所猜数字与计算机随机数间差值,输入0或所有钱数为0则退出游戏-guessing and betting number game The user starts with 100 dollars, and is able to bet and guess until they quit or have no more money. In each turn, they are aske
highlow
- This program plays a simple game.The computer picks a random number from 0 to 100, and the user tries to guess the number.
Game-Random
- We call it : "Togel Game", it s about to guess random of 4 number
Guessing-game
- A number guessing game in Python where the computer automatically generates a number and the user has to guess it
A-Guess-Game
- 一个JavaBean的设计和使用的实验,内容是 使用JavaBean编写一个猜数字游戏 -A JavaBean design and use of experimental content Using JavaBean to write a number guessing game
hangman-game-project
- In the game of Hangman, the computer chooses a word at random from a given list of words. This word is the answer. The player then tries to guess the word, by guessing one letter at a time. Whenever the user guesses a letter that is in the answer, al
number-game
- 猜数字游戏,规定一个范围,可以才任意次,没猜对会提示大于或小于你猜的数值。知道你猜对为止,最后会显示你用了多少次猜对的。-Guess Numbers game, set a range, can just any time, didn t guess will be prompted to greater or less than you guess values. Know you guessed right so far, finally will show you how many tim
Guess-Numbers-game
- 猜数字游戏!(C语言程序,包含完整的源代码有详细注释、可执行文件,本人计算机实习期间编写的,) 猜数字游戏:此游戏通常由两个人玩,一方出数字,一方猜。出数字的人要想好一个没有重复数字的4位数,不能让猜的人知道。猜的人就可以开始猜。每猜一个数字,出数者就要根据这个数字给出几A几B,其中A前面的数字表示位置正确的数的个数,而B前的数字表示数字正确而位置不对的数的个数。例如,正确答案为 8234,而猜的人猜 8349,则出数者提示猜数者猜的结果是 1A2B,其中有一个8的位置对了,记为1A,而3和
guess-number
- 这是猜数字游戏,随机生成一个1~100之间的数字,然后由你猜,直至猜对为止。-This is the guessing game randomly generates a number between 1 and 100, then you guess, until you are right so far.
Final-Game
- "Guess The Number" Gae For Beginers.
Number-guess
- 一个猜数字游戏,游戏规则如下: 1、游戏开始,电脑随机生成三个不重复的十以内的数字。 2、玩家输入他所猜测的三个数字 3、将玩家提交的数与电脑生成的数进行比较,结果显示成"*A*B"。A代表位置正确数字也正确,B代表数字正确但位置不正确,比如:"2A0B"表示您有2个数字的位置正确且数值也正确,除此以外,您还猜对了0个数字,但位置不对。 4、玩家共有7次机会,在7次内,如果结果为“3A0B”,游戏成功,退出游戏。如果7次里玩家都没有猜对游戏失败。-A guessing ga
Guessing-number-game
- 这是一个用Visual Basic6.0编写的猜数游戏程序源码,猜一个0-100之间的随机数。-This is a number guessing game written in Visual Basic6.0 program source code, guess a random number between 0 and 100.
guess_number
- 这是一个简单的控制台猜数字游戏源码,希望能帮到初学者-a guess number game
The-game-to-guess-the-number
- 用codeblock编写的一个简单的猜数字大小的小游戏-The game to guess the number
Guessing-Game
- Its a c++ number guessing game. Computer itself generate a random number then you have to guess the number.