-
exercici2
Builds game map given an input file with pre-specified format.
- 2011-12-16 00:05:44下载
- 积分:1
-
wuziqi
控制台编的五子棋游戏,用的贪心算法,AI不算太高,但希望对像我一样菜的同学有所启发……(Console compiled 331 games, with the greedy algorithm)
- 2011-10-29 19:07:00下载
- 积分:1
-
Hero_Era_Pro2
说明: python 游戏源码
python 游戏源码 python 游戏源码
python 游戏源码 python 游戏源码
python 游戏源码(Source code
Source code Source code Source code)
- 2019-05-15 08:36:37下载
- 积分:1
-
209
代码虽简短,游戏很有趣。文档易于下载运行程序。(Although brief, the code, the game is very interesting. Document easy to download and run the program.)
- 2012-10-29 17:41:22下载
- 积分:1
-
bnetd-0.4.25.tar
暗黑2架设战网服务源程序,适合长期运行的平台。(Diablo 2 battle.net service)
- 2017-08-12 20:19:19下载
- 积分:1
-
贪吃蛇
实现贪吃蛇的上下左右移动,暂停和退出,食物的随机生成,吃到食物后的分数增加。(To achieve the movement of snake, eat food, integral record.)
- 2018-07-05 19:53:07下载
- 积分:1
-
tank
qt编写tank小游戏,目前还不是很完善,大家共同学习(qt write tank game, is not perfect, we learn together)
- 2013-03-08 20:37:18下载
- 积分:1
-
21Point
21点游戏,电脑固定为3张牌,玩家的发牌为两张,玩家可以继续要牌,谁点数大并低于21点则谁胜利。(21game, computer fixed three brand licensing for two players, the players can continue to draw cards, who points to the large and less than 21 points, who victory.)
- 2013-02-21 18:32:40下载
- 积分:1
-
飞机大战
说明: 不是用面对对象方式写的 简单的飞机大战 基础语法 pygame(Simple Aircraft Warfare Not Written in Object-to-Object Way)
- 2020-06-15 22:40:02下载
- 积分:1
-
2.3
一个简单的猜数游戏程序:
利用Math.random()方法生成0-1之间的double型数dNum,将dNum转换为0-100之间的整数iNum。
利用KeyInput.readInt()方法接收键盘输入的整数inNum。如果inNum小于iNum,在屏幕上显示“输入的值小,请输入更大的数.”;如果inNum大于iNum,在屏幕上显示“输入的值大,请输入更小的数.”;如果inNum等于iNum,在屏幕上显示“猜对了.”,并结束运行。
猜测错误的时候,重新输入inNum,直到猜对为止。如果猜测10次后仍未猜对,显示“猜测次数已达10次,猜数失败.”,并结束程序的运行。
(A simple guessing game program: use Math.random () method to generate double-type numbers between 0-1 dNum, will dNum into an integer between 0-100 iNum. use KeyInput.readInt () method receives the keyboard input integer inNum. If inNum less than iNum, the screen " Enter the value of the small, enter the greater number." If inNum than iNum, the screen " Enter the value of the large number of smaller type." If inNum equal iNum, displayed on the screen, " guessed." and end the run. guess wrong, re-enter inNum, until you guess it right up. If the guess was right 10 times not to show " guess the number has reached 10 times, guess the number of failures." And end the program.)
- 2010-11-03 14:29:09下载
- 积分:1