-
冒险游戏的编写和下拉式菜单的设计 用C语言编写的小游戏以及下拉菜单...
冒险游戏的编写和下拉式菜单的设计 用C语言编写的小游戏以及下拉菜单-adventure games development and dropdown menus designs,small games and dropdown menus by c.
- 2023-06-22 11:15:03下载
- 积分:1
-
silverlight games Dacang Ying
silverlight开发游戏
打苍蝇-silverlight games Dacang Ying
- 2022-02-15 16:55:23下载
- 积分:1
-
一个红蓝绿游戏,
一个红蓝绿游戏,-a red, blue, green games, huh
- 2023-01-17 15:05:03下载
- 积分:1
-
传统的网络玩家的ARPG游戏,";领域的混乱";源代码。
传统多人连网对战arpg游戏《混乱竞技场》源代码 客户端GSLIBGSLIB.DSW (包含含游戏客户段代码、图形引擎代码和资源工具代码)-more traditional networking players arpg game, "Arena chaos" source code client GSLIB GSLIB.DSW (included with the game of the customer code, graphics engine source code tools and resources)
- 2022-02-03 20:06:14下载
- 积分:1
-
俄罗斯方块,用C语言描述。
俄罗斯方块,用C语言描述。-Russia squares with C language description.
- 2022-01-29 03:12:47下载
- 积分:1
-
源代码
源代码- source code
- 2022-02-13 05:08:20下载
- 积分:1
-
方块程序大全,有点意思,
方块程序大全,有点意思,-Guinness box procedures, a little meaning,
- 2022-06-14 15:00:51下载
- 积分:1
-
a once popular online games RO View GRF tools FOSS
一个曾经热门的网络游戏RO查看GRF工具的源码-a once popular online games RO View GRF tools FOSS
- 2022-03-13 15:48:20下载
- 积分: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
-
01_游戏功能演示与说明
02_游戏中的面向对象分析与设计
03_使用API类组装贪吃蛇游戏
04_编写贪吃蛇游戏中的各个类的主体框
01_游戏功能演示与说明
02_游戏中的面向对象分析与设计
03_使用API类组装贪吃蛇游戏
04_编写贪吃蛇游戏中的各个类的主体框架性代码
05_编写Controler类与实现蛇移动的事件监听
06_编写对各个类进行测试的程序代码
07_蛇的数据结构设计与移动显示
08_测试与修正蛇的移动与显示问题
09_排除蛇的相反方向与无效方向的按键问题
10_编写与测试表示食物的类
11_完成蛇吃食物的相关代码
12_为游戏增加作为障碍物的石头
13_为蛇增加吃到石头而死掉的功能
14_解决食物与石头蛇身重叠的问题
15_为蛇增加吃到蛇身而死掉的功能
16_贪吃蛇游戏开发练习题
-err
- 2023-01-14 17:45:03下载
- 积分:1