-
how to handle game programming examples
怎样对游戏手柄编程的例子-how to handle game programming examples
- 2022-04-19 13:31:12下载
- 积分:1
-
Atheon is a portable Server/Client program designed for easy incorporation into
Atheon is a portable Server/Client program designed for easy incorporation into just about any game engine. Atheon是一个可移植的服务器/客户端程序,设计为可以方便地集成到任何游戏引擎中。 来源: http://sourceforge.net/projects/atheon/-Atheon is a portable Server/Client program designed for easy
incorporation into just about any game engine. Atheon is the
server/customer end procedure which may transplant, designs for may
conveniently integrate in any game engine. Origin:
Http://sourceforge.net/projects/atheon/
- 2022-10-10 17:00:03下载
- 积分:1
-
a good game of Tetris
一个很好的俄罗斯方块游戏-a good game of Tetris
- 2022-02-10 06:16:33下载
- 积分:1
-
贪食蛇编程要点
1、每次刷屏时需要注意无效矩形区的大小和位置,一般取整条蛇最小坐标和最大坐标组成的矩形(包括蛇的头和身体)
2、蛇全身的运行轨迹应该参照...
贪食蛇编程要点
1、每次刷屏时需要注意无效矩形区的大小和位置,一般取整条蛇最小坐标和最大坐标组成的矩形(包括蛇的头和身体)
2、蛇全身的运行轨迹应该参照蛇头的运行轨迹
3、蛇吃下东西之后身体各点的变化情况应该参照第一点的变化,即第一点发生变化之后下一时间段第二点发生变化,再下一时间段第三点发生变化,依此类推,直到最后一点发生变化结束
4、分数的计算变量:蛇吃的一般屎数量、蛇吃大屎的数量、游戏的难度级别
计算公式:(一般屎数量+大屎数量)*难度级别
5、一个问题:游戏的难度设置选项框和主窗口发生数据交换采用了两种方法,发送消息法和读写外部文件法,第三种选择就是采用全局变量,但都不是太好,有没有更合适的方式保证实现该功能的同时不致使程序显得晦涩难懂不易修改和维护-Snake programming essentials
1, each scraper requires attention invalid rectangle the size and location of the smallest snakes in general to take the whole composition of coordinates and the largest rectangular coordinates (including the snake s head and body)
2, snake body running track running track should refer to the snakeheads
3, snakes eat things that all the points after the changes in the body should have a similar change in the first point, that is the first point change in the next period of time after the changes in the second point, and then the next time a change in the third point, and so on , until the end of the last poin
- 2022-07-23 19:06:20下载
- 积分:1
-
一款非常不错的RPG游戏
一款非常不错的RPG游戏-true-RPG
- 2022-04-19 12:19:15下载
- 积分:1
-
这是一个很好的源码,很有用的
这是个很好的源代码,有用的-This is a very good source, useful
- 2023-03-29 21:00:04下载
- 积分:1
-
a Java HANOR achieve automatic Demonstration Program
一个用Java实现的汉诺塔自动演示程序-a Java HANOR achieve automatic Demonstration Program
- 2022-07-09 14:21:12下载
- 积分:1
-
代码实现物体的运动、键盘控制视角、3D图形的组合
代码实现物体的运动、键盘控制视角、3D图形的组合-Code objects realize the movement, keyboard control perspective, 3D graphics portfolio
- 2022-03-21 20:52:24下载
- 积分:1
-
迷宫路径算法的研究
用C++编写的迷宫求路径算法-prepared for the labyrinth path algorithm
- 2022-02-26 07:18:37下载
- 积分:1
-
blitzzengine是创建一个基本的一个正在进行的项目,然而D.有效的发动机
BlitzzEngine is an ongoing project to create a basic, yet effective engine for developing 2D action games, aimed specifically at platform games. High performance is a key goal of this engine, as the target low-end machine is a 500mhz x86 processor with 64MB free RAM running at 60 FPS or higher. It will use the C++ programming language and by default the Allegro library for most game system functions.
The engine aims for gameplay similar to Quake and classic 2D platformers for the PC. The movement will be smooth and inertia-based (although non-inertia movement will be possible), and the system will provide most everything necessary for creating a good game.
- 2022-04-13 06:00:50下载
- 积分:1