搜索资源列表
dicegame
- 一个扔骰子猜骰子个数的小游戏。 在酒吧常有人玩,又叫做“大话骰”,“骗子骰”-Throwing a dice to guess the number of dice game. Often playing in bars, also known as big dice, liar dice
peopleguess
- 猜数字游戏,计算机内置4个数字然后让人来猜,每次会告诉正确位置个数和正确数字个数-Guessing game, the computer built-in 4 digits and then people to guess, will tell the correct position each time the number and the correct number of digits
ex4
- 猜数字游戏,游戏产生0-100的随机整数,并对用户猜的数字做出大小判断,给出提示-Guessing game, the game generates a random integer 0-100, and the number of users to guess the size to make judgments, give tips
guass
- 这是一个猜数字游戏,你可以输入要猜测的数字之后, 给别人作猜测。-This is guessing number game, after you can input number guessed, let others guess the number.
guess-numbers
- 本项目开发在visual stdio2010上,为个人随堂练习,实现了一个传统的游戏。游戏内容为计算机随机出四个不一样的数字,玩家输入四个不一样的数字,电脑判断在玩家输入数字当中有几个数字出现过,和正确输入出现过数字当中正确位置数字的个数。-This project programming in Visual Studio 2010 , it is an exercise on class. the project contain a game , computer give four numb
number
- 设计一个猜数字游戏,游戏规则如下: 1、游戏开始,电脑随机生成三个不重复的十以内的数字。 2、玩家输入他所猜测的三个数字 3、将玩家提交的数与电脑生成的数进行比较,结果显示成"*A*B"。A 代表位置正确数 字也正确,B 代表数字正确但位置不正确,比如:"2A0B"表示您有 2 个数字的位置正 确且数值也正确,除此以外,您还猜对了 0 个数字,但位置不对。 4、玩家共有 7 次机会,在 7 次内,如果结果为“3A0B”,游戏成功,退出游戏。如果 7 次里玩家都没有猜对
Guess
- 设计一个猜数字,游戏规则如下: 1、游戏开始,电脑随机生成三个不重复的十以内的数字。 2、玩家输入所猜测的三个数字。 3、将玩家提交的的数与电脑生成的数进行比较,结果显示成*A*B.A代表位置正确数字也正确,B代表数字正确位置不正确。 4、玩家共有7次机会,在7次内,如果3A0B,游戏成功,退出游戏。如果7次里玩家都没有猜对,游戏失败。-Design a number guessing game rules are as follows: 1, the start of th
A-source-of-guess-number
- 猜数字游戏的源代码.就是给你一个范围,让你猜中那个数字。每输入一个数字,它会提示太大或太小,根据提示,重新猜,知道猜到为止!-It s a source code of guessing numbers game.