搜索资源列表
超级人机五子棋
- 五子棋简介 通过一番不懈的努力,我的第一个比较大一点的游戏终于做成了,虽然里面还有许许多多的不足,但已经可以正常运行了。 它可以分两大块:1. 人机对战 2.两人对战(都可以用光标进行控制的) 我来介绍一下它的使用方法: 1.刚开始是进行选择:y: 代表人机对战 n:代表两人对战 2.若选择y,接下来输入选手的名字,为英文字母和数字的组合,最好不要超过10个字符,再下来选择谁先下,若选1代表自己先走,若选2代表计算机先走。 3.若选择n,请输入两个选手
Gueswangruis
- 一个猜数字游戏,他很好的利用了一些算法,对初学者有帮助,很好玩-ringing a game, he's a good use of some algorithm, help for beginners, is a lot of fun
pingtu
- 一个可以在数字电视中间中实际运行的拼图游戏,使用价值很高.
22293444339
- 台湾99牌游戏,初学者不错的选择。还需要两个文件:MFC42uD.Dll与MFCO42uD.Dll(中间的字符为大写字母O不是数字0) 把这两个文件拷到<MyAPP>\\Debug下,就可以解决以上的问题。
qishi
- 国际象棋游戏一个经典的例子就是骑士巡游(knight s tour)问题,这个问题要求从棋盘上任意给定的方格开始移动骑士,相继地到达所有的64个方格,进入每个方格一次且仅进入一次。通常情况下,我们用如下方法表示一个解:即把数字0,1,…,63放入棋盘中的方格来表示到达这些方格的顺序。解决骑士巡游问题更具创意的方法之一是由J. C. Warnsdorff在1823年提出的。其规则是:骑士总是移向具有最少出口且没有到达过的方格之一
caishuyouxiVB
- 4位的随机数 模拟猜数字游戏 源码可以用来学习VB对数字位置以及字符的截取和判断-4-bit random number guessing game simulation VB source code can be used to study the location and character of the figures and determine the interception
jhcode
- 网狐最新版梭哈游戏源代码数字梭哈含开发库与客户端、服务端等-Net the latest version of Fox Game Stud Stud figure containing the source code to develop database and client, Client Services, etc.
game
- 3.“搭桥”游戏,游戏者2人,裁判。要求: (1)扑克为52张,其中花色是“黑桃、红心、草花、方块”,每种花色有A,2,3,4,5,6,7,8,9,10,J,Q,K; (2)扑克需要充分洗开,并派发到左右2方游戏者手中; (3)出牌时,每次交替从左右方取出一张放在已有“桥梁顶端”; 如果 新添牌的数字与原有桥梁上的数字相等否:是的,出牌方得到两个数字及之间相夹的所有牌,不是,换一方出牌; 当一方手上牌出净,游戏则结束;
28
- 五子棋模拟。以数字0表示空棋盘,以其他数字表示以下的棋子的位置,以A,B表示两个游戏者,游戏者可以通过输入棋子坐标指明落子位置,若干步后,程序会判断游戏结果并输出。-Gobang simulation. To the number 0 indicates an empty chessboard, with other numbers indicate the location of the following pieces, to A, B, said two players, players
13ex
- 文件功能,实现猜数字游戏,并打印出游戏排行榜-Paper, and realize guessing game, and print out the game list
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.
0994Guessing-game
- 本代码是猜数字游戏的代码,有很高的含金量,可以直接下载使用,具有很高的实用价值。-This code is a Guessing gamecode, has the very high gold content, can be downloaded directly use, has very high practical value
number
- 设计一个猜数字游戏,游戏规则如下: 1、游戏开始,电脑随机生成三个不重复的十以内的数字。 2、玩家输入他所猜测的三个数字 3、将玩家提交的数与电脑生成的数进行比较,结果显示成"*A*B"。A 代表位置正确数 字也正确,B 代表数字正确但位置不正确,比如:"2A0B"表示您有 2 个数字的位置正 确且数值也正确,除此以外,您还猜对了 0 个数字,但位置不对。 4、玩家共有 7 次机会,在 7 次内,如果结果为“3A0B”,游戏成功,退出游戏。如果 7 次里玩家都没有猜对
A-source-of-guess-number
- 猜数字游戏的源代码.就是给你一个范围,让你猜中那个数字。每输入一个数字,它会提示太大或太小,根据提示,重新猜,知道猜到为止!-It s a source code of guessing numbers game.
The-game-against-the
- 人机对战,实现人与电脑间的一种数字游戏,实现谁输谁赢-Man-machine war between your computer and a numbers game, who wins and who loses
01
- 猜数字游戏。灵活的操作,可以自动判断胜负;系统采用良好的人机对话模式,界面设计美观、友好;系统运行稳定、安全可靠。-Guessing game. Flexible operation, can automatically determine the outcome system uses good man-machine dialogue mode, the interface is beautifully designed and friendly system is stable, sa
ptyx
- 通过选择不同的模式来进行游戏,将显示的数字通过上下左右的移动来让数字规则排列,排列成功即进入下一关(By selecting different patterns for the game, the displayed number is moved up and down, so that the numbers are arranged in a regular sequence, and then successfully entered the next hurdle)
jycs
- 通过显示的倒计时数字来测试玩家能够记住多少个数字,从而测试玩家的记忆力(Test the memory of a player by showing the countdown number to test how many digits the player can remember)