搜索资源列表
同色球游戏
- 游戏开发,用到direct等.Ball 球类,包含球的颜色(0,1,2),球的状态(int),球的外部标识。 MapNode 网结类,定义了一个专用的二维链表类的节点,包含该节点的挂球位,该节点的组号,节点的外部标识。 SameBallMap 包含二维链表(由15*10个节点组成),实现对游戏的球对象的完全管理. -game developers, such as direct use. Ball sports, including the color of the ball (0,1,2),
CDDGame-saintfighter-src-code
- 一个完整的2D滚屏游戏示例,编译后可以运行玩耍。使用DIRECT DRAW,DIRECT INPUT,DIRECT SOUND;游戏逻辑完整,有记分系统,供喜欢游戏编程的初学者参考切磋。-a full 2d scrolling screen game demo.play it after building.using DIRECT DRAW,DIRECT INPUT,DIRECT SOUND,game logic is complete,whith score counting system.i
apple.ZIP
- 用python编写的小游戏。可以直接运行,带全部源代码。将5个同样的苹果连成直线,可将其吃掉。 苹果全部填满所有空格,游戏失败。源程序来源于newsmth.net的python版-prepared with a small python game. Direct operation, with full source code. Five of the same apple connected straight lines, it could be eaten. All Apple fill a
game_russia
- 一款在tc下可直接运行的俄罗斯方块小游戏,简单易懂-one under the direct operation of the game Tetris small, simple
坦克大战游戏源码
- 支持联机对战的坦克游戏,支持各种通信方式(LAN, Internet, Dial-up, Direct cable),允许四个人参与。 -support on-line game players of tanks to support various modes of communication (LAN, Internet, Dial-up, cable Direct), allowing four individuals.
贪食蛇游戏源码
- 该程序源码是我大二暑假时用Java语言写的一个贪食蛇游戏,源码中大部分逻辑控制部分都加上了注释,想学习写游戏的Java爱好者可以看看。压缩包提供了源码和可直接运行的.jar文件,另有文档说明-the program source code is my sophomore summer with the Java language to write a pivotal game, source logic control most part of a footnote has been adde
vc34881212477
- 听说过‘三子棋’游戏吗?该程序是单机版的‘三子棋’游戏。规则很简单:下子阶段,组成’三‘时,可把对方的子变为无效子(下完后该子会被去掉)。行棋阶段,组成“三”时,可把对方的子直接去掉。谁最先无子谁就输。-heard 'three-game' game? The program is stand-alone version of the 'three-game' game. Very simple rules : Now phase, composed of 'three', the other
exploration
- 一个用j2me编写的小游戏,可在WTK中直接运行。里面包含了源文件和图片。-J2ME prepared with a small game, the WTK direct running. They include the source documents and photographs.
Skyblue_Mine
- 一个扫雷的小游戏:),用vc++写的,可以直接运行-a little game of mine :), using vc written in the direct operation
Asphyre_D3d8
- 大名鼎鼎Asphyre的delphi 3d游戏开发引擎,可以的是不支持d3d8(direct8),现在可以了,经我修改使Asphyre能支持了-Asphyre of the famous game developer delphi 3d engine, you can not support the d3d8 (direct8), can now, with my modifications to make to support the Asphyre
Chapter06
- direct游戏编程之光照材质内容,光照,环境光,漫反射光,镜面反射光,自发光,材质贴图的使用-light material content of the direct game programming, light, ambient, diffuse, specular reflection of light, self-luminous, the use of textures
Direct3D
- Direct X 和XNA游戏开发附属源码分享给大家-Direct X and XNA game developers to share source code to all subsidiary
123
- 使用direct draw,direct input和direct sound,mid,做的一个关卡游戏,玩家控制选好的角色吃食物到一定程度过关,敌人有一定的人工智能算法!-The use of direct draw, direct input and direct sound, mid, to do a hurdle game, players control the role of selected food to be eaten to a certain degree of clear
TankServer
- 坦克大战服务端,游戏平台的搭建接口已经设计好,算法设计只要直接调用接口即可-Battle City server, the game platform has been designed to build a good interface, algorithm design can be as long as the direct call interface. . .
Anti-Virus-Game
- 基于C++ Direct 编写的一个小游戏 用于新手学习-Based on C++ Direct write a small game for the novice to learn
3Dgame-direct
- 这个游戏是3D DIRECT编写的 有很多可以学习的知识 还有比较好的算法-This game is a 3D DIRECT written a lot of knowledge there can be good learning algorithm
Battle-City-game-code
- 坦克大战游戏代码,winapi和direct-Battle City game code
Beginning-Direct-3D-GameProgramming
- ebook game for java programing
Chapter05
- direct游戏编程之顶点坐标变换,世界变换,观察变换,投影变换,视区变换,矩阵类型等内容-direct game programming vertex coordinate transformation, the world transform to observe the transformation, projection transformation, viewport transform, matrix type, etc.
Penalties-game
- 先说一下方向的设定。我的想法比较简单,就是左中右三个方向,用字符串来表示。射门或者扑救的时候,直接输入方向。所以这里我准备用raw_input。有同学是用1-8的数字来表示八个方向,每次输入一个数字,这也是可以的。不过这样守门员要扑住的概率可就小多了。 至于电脑随机挑选方向,如果你是用数字表示,就用我们之前讲过的randint来随机就行。不过我这次打算用random的另一个方法:choice。它的作用是从一个list中随机挑选一个元素。 -Let me talk about set