资源列表
gamebook3
- (ebook.-.PDF.-.Game.Programming).Premier.-.Focus.O-(ebook. -. .-. Game.Programming PDF). Pre Mier .-. Focus.O
gameprogramming
- ,(ebook.-.PDF.-.Game.Programming).Wordware.-.Vector
game4
- 3D.Math.Primer.for.graphics.and.game.development
上古神器
- 代码模拟了龟兔赛跑爬山的情况,其中有个时钟触发设置每秒执行一次循环,乌龟的规则是:50% 的机会快走(右移三格) 20% 的机会下滑(左移六格) 30% 的机会慢走(右移一格). 兔子的规则是:20% 的机会睡觉(不移动) 20% 的机会大跳(右移九格) 10% 的机会大滑(左移十二格) 30% 的机会小跳(右移一格) 20% 的机会小滑(左移两格). 其中最先走到整 70 格的胜利,超过 70 格的从头开始 程序在一条线上打印了龟兔移动的轨迹,当两者重合时打印 P 乌龟
ot
- 本程序是一个java小游戏,上方是两个总点数已定的色子,下面是你可以通过点击右边roll按纽进行随机摇点数的-this program is a small java games, the top of the point total of two has been scheduled for the Boson, Now you can click the right button roll random shake the points
Play_five
- 应朋友邀请,写的一个纯C++的五子棋游戏,用到了windows的sdk-invitation of a friend, written in pure C in a 331 games, the use of windows sdk
宝石迷阵
- 很好玩的游戏,娱乐时,只需将三个同样的连在一块就可以得分.-is a lot of fun games and entertainment, only three will be the same even in a can score.
是男人就撑过20秒
- 锻炼人的眼力,和手的灵敏度,还有毅力,好玩的很啊-train a person's eyesight, and hand the sensitivity, perseverance, very fun ah
24点扑克牌游戏
- 益智小游戏24点扑克牌游戏的vc 源代码-Yizhi small game 24 points poker game vc source code
扑克牌游戏代码vc
- 扑克牌游戏代码(vc),可用于VC相关图形视的学习和游戏开发爱好者借鉴、参考。-poker game code (vc), VC can be used as graphics-related learning and game enthusiasts from reference.
lianliankan(new)
- 用java开发的连连看的小游戏,代码量较小,方便阅读-with java development of the 1000 block of Terry Avenue to the small games, the smaller volume of code, easy reading
GreadySnake(MVC)
- MVC设计模式早在面向对象语言Smalltalk-80中就被提出并在此后得到业界的广泛接受。它包括三类对象:(1)模型(Model)对象:是应用程序的主体部分。(2)视图(View)对象:是应用程序中负责生成用户界面的部分。(3)控制器(Control)对象:是根据用户的输入,控制用户界面数据显示及更新Model对象状态的部分。本程序尝试用MVC模式制作了一个简单的贪吃蛇游戏。-MVC design patterns in object-oriented language Smalltalk-8