-
通用网络游戏开发框架,适合多人的并行的游戏。
通用网络游戏开发框架,适合多人的并行的游戏。-common framework for the development of online games, for more than two games.
- 2023-04-24 14:25:03下载
- 积分:1
-
24点游戏是集趣味性与娱乐性于一体的扑克类游戏,该程序在vc++6.0环境下开发...
24点游戏是集趣味性与娱乐性于一体的扑克类游戏,该程序在vc++6.0环境下开发-24-point game is a fun and entertaining in one of the poker games, the program in vc++ 6.0 development environment
- 2022-02-16 06:54:24下载
- 积分:1
-
一个2D游戏引擎的C和一个例子:疾风战机
A 2D game engine for C++ and an example : Aero Blasters -A 2D game engine for C and an example : Aero Blasters
- 2022-02-02 10:45:32下载
- 积分:1
-
汉诺塔的源码,很好玩的
汉诺塔的源码,很好玩的-HANOR the source, very fun
- 2022-07-05 01:15:15下载
- 积分:1
-
国外游戏开发者杂志2000年第六期配套代码,包含Jeff Lander的关于变形技术的程序和Herb Marselas关于优化技术的代码...
国外游戏开发者杂志2000年第六期配套代码,包含Jeff Lander的关于变形技术的程序和Herb Marselas关于优化技术的代码--Code of game development magazine in 2000 the sixth issue, contains procedure about the distortion technology of Jeff Lander and code about optimized technology of Herb Marselas
- 2022-10-03 10:35:04下载
- 积分:1
-
著名物理引擎Hawk的源代码
著名物理引擎Hawk的源代码-Well-known physical Hawk engine source code
- 2022-05-30 23:46:03下载
- 积分:1
-
移动游戏扫雷源码
手机游戏扫雷源码-mobile games mine FOSS
- 2023-07-07 17:55:03下载
- 积分:1
-
c高手不要错过呵
c高手不要错过呵-not miss uh
- 2022-02-06 11:56:18下载
- 积分:1
-
游戏程序设计源码,很详细很详细
游戏编程源码,很全也很详细,是DEVC写得,用VC的自己再转一下-Game programming source code, it is also very detail-wide, DEVC are written with the VC about their sub-
- 2022-03-15 03:39:35下载
- 积分:1
-
贪吃蛇源程序
本程序为贪吃蛇游戏,想必大家都玩过这个游戏,程序源代码用TC2.0编译通过,需要图形驱动文件的支持,在TC2.0的集成环境中有.
本...
贪吃蛇源程序
本程序为贪吃蛇游戏,想必大家都玩过这个游戏,程序源代码用TC2.0编译通过,需要图形驱动文件的支持,在TC2.0的集成环境中有.
本程序利用数据结构中的链表,来将蛇身连接,同时当蛇吃到一定数目的东西时会自动升级,及移动速度会加快,程序会时刻将一些信息显示在屏幕上,包括所得分数,要吃多少东西才能升级,并且游戏者可以自己手动选择游戏级别,级别越高,蛇的移动速度越快.
另外,此游戏可能与CPU的速度有关系.-/* in the begin,there is only a snake head,and it will have to eat food*/
/* to become stronger,and it eat a piece of food each time,it will*/
/* lengthen it s body,with the number of food the snake eats going up,it*/
/* will become long more and more,and the score will goes up also.*/
/* there is always useful information during the game process.*/
/* if the path by which the snake goes to eat food is the shortest,the*/
/* score will add up a double.
- 2022-11-09 01:55:03下载
- 积分:1