-
64574563464
易语言简易五子棋源码,游戏编程,很好的参考资料。有需要的下。(Easy language simple Gobang source, game programming, a good reference. There is a need to the next.)
- 2013-10-07 13:54:47下载
- 积分:1
-
ChineseChess(源码)
说明: Chinese chess development cases, idle, reproduced the beginning of chess cases, for reference only, such as infringement deleted at any time
- 2019-03-13 00:06:50下载
- 积分:1
-
shuziyouxi
在数独高手的规则是要将9个数字填入一个9个小九宫格组成的9×9格子里。使得每一行,每一列和每个小九宫格里都有1-9的数字,并且每个数字在它所在的行、列以及每个小九宫格里面都只出现唯一一次。(Sudoku expert in the rules is to fill a 9 digit composed of nine small squares 9 × 9 grid yard. So that each row, each column and each have 1-9 small squares in the figures, and each figure in its row, column, and each small squares appear only inside the only time.)
- 2013-11-13 13:54:04下载
- 积分:1
-
wuziqi
实现五子棋的功能,且是一个比较简单移动的程序(Realize the function of renju, and is a relatively simple mobile program
)
- 2012-04-15 11:17:34下载
- 积分:1
-
Python 实现打飞机游戏
使用Python设计的打飞机游戏,使用之前需要安装pygame开发包。下载地址:http://www.pygame.org/news.html
- 2022-11-20 15:20:03下载
- 积分:1
-
SnakeAI
说明: 实现简易的一款由神经网络写出的贪吃蛇小游戏,由代码自动运行。(To achieve a simple network written by the greedy Snake game, automatically run by the code.)
- 2020-05-18 20:02:30下载
- 积分:1
-
TicTacToe_dzy
一个简单的井字过三关游戏,用qt实现...人机对弈AI(TipTacToe Game implementation)
- 2011-11-21 13:32:20下载
- 积分:1
-
Beginning-CS-Game-Programming-Source-Code
Only a few short years ago, everyone programmed games in C. There was no question
about it—if you wanted to program cutting-edge games, you did so in C. Sure, C++ was
around, but it was too “slow.” The advanced features that C++ offered took off too much
processing power, and that was simply unacceptable to a game programmer.
- 2009-10-06 21:36:12下载
- 积分:1
-
Tetris
简单实现俄罗斯方块的源代码,使用C++编写,基于cocos2d-x 3.0alpha1编写(Simple implementation of Tetris source code)
- 2015-03-05 11:06:12下载
- 积分:1
-
caishuzi
猜数字:由计算机随机产生一个1~10000以内的数字,用户根据提示猜出该数字,功能要求如下:
(1)游戏结束条件:1)在规定时间内正确猜出该数字;2)规定用时耗完。
(2)游戏提示:根据用户的输入与所产生数字的大小关系给出正确提示,例如,随机产生数为5000,若用户输入6000,则提示“高了”,若用户输入4000,则提示“低了”。
(3)游戏结果显示:1)若用户在规定时间内正确猜出数字,则显示“恭喜!正确猜出数字***。”;2)若到达规定时间但并未猜出,则显示“很遗憾,未能在规定时间内猜出正确数字,该数字为***。” ,其中,“***”表示所需猜出的随机数。
(4)游戏时间设置:可由用户灵活设置游戏时间,此部分内容应在游戏开始前完成。
(5)游戏退出设置:在每轮游戏结束之后,给出提示语,请用户选择是否继续游戏。
(Guess the Numbers: randomly generated by computer within a 1 ~ 10000 Numbers, according to the user to guess the Numbers, functional requirements are as follows:
(1) the game conditions: 1) correctly guess the number within the given time 2) regulation is run out.
(2) game tip: according to the size of the user input and produced digital relationships give prompt, correct, for example, random number is 5000, if the user input, 6000 indicates that high , if the user input, 4000 indicates that the low .
(3) the game results showed: 1) if the user within the prescribed time to guess the Numbers correctly, is displayed congratulations! Guess the right number***. 2) but not guess, if arrive time required is displayed it s a pity that failed to guess the right number within the prescribed time, the number is***. , among them, *** needed to guess the random Numbers.
(4) : time setting can be set by the user the game time, this part should be completed before the start of the ga)
- 2020-07-04 13:20:01下载
- 积分:1