java game programming e-book
标签: programming e-book java game
上传时间: 2013-12-26
上传用户:shizhanincc
paddle game 源码 需要改动速度
上传时间: 2016-02-11
上传用户:tianjinfan
tile game 开始的时候没做random 需要手动调乱了 再拼
上传时间: 2014-07-29
上传用户:Divine
a java code of moving square game
上传时间: 2014-01-15
上传用户:qw12
this procedure is a game of basketball or subsystems time, the competition will record the entire time, and can amend the Competition time suspended contest time, the two can be set at any time during the competition process of the match, the two teams exchanged scores midfielder position, Competition can end report issued directives
标签: competition basketball subsystems procedure
上传时间: 2016-02-14
上传用户:cuibaigao
mathematica 环境下 生动地演示 conway 的生命游戏(game of life)
标签: mathematica conway game life
上传时间: 2014-01-21
上传用户:lizhizheng88
Massively Multiplayer Online game development of this book contents of the CD-ROM. Including some script code and pictures
标签: Multiplayer development Massively Including
上传时间: 2013-12-26
上传用户:熊少锋
游戏编程指南 A Guide to Game Programming v1.10alpha 最后更新于2003.1.14 本文基于VC7.0 / DirectX 9.0 / Winsock 2.2
标签: Programming DirectX Guide alpha
上传时间: 2014-01-12
上传用户:yph853211
这是我在别人的工作基础上编写的生命游戏(life game)演示程序,可以比较不同初始条件或繁衍条件产生的不同演化结果。 生命游戏是细胞自动机的一种,以模拟生命的某种繁衍过程。根据不同的生命繁衍条件,可以衍生出丰富多彩的群体动力学。该游戏曾经繁盛过一时,至今仍有很多爱好者。该模型在很多领域(如生物、物理等)都有实际的应用。 在这个生命游戏中,繁衍条件比较简单。有两个60x60的方框区域,开始时每一个格子里都生活着一个生命个体(用1表示)。然后这些个体按照下面的条件繁衍:首先计算每一个格子周围相邻生存者的个数;如果有3个相邻生存者,下一步这个格子将会有生存者(用黑色表示);如果有2个(右边方框的是1个),这个格子下一步的状态与上一步状态相同;其余的情况下,下一步这个格子将没有生存者(白色)。每一步计算所有的格子,共重复300步(开始6步按任意键执行,以观察开始的演化,后面的自动执行)。 该程序用Turbo C++ 3.0编译。这个游戏在《生物信息学》课上作为离散数学模型的演示程序。
上传时间: 2013-11-30
上传用户:sammi
vga verilog codes which design a pong game and output to vga monitor
标签: vga verilog monitor design
上传时间: 2013-12-31
上传用户:牛布牛