-
PushBox
C语言编写的推箱子游戏,功能实现了,只是界面还有待提高,对初学者还是很有帮助的(Sokoban game written in C language functions achieved, but the interface needs to be improved, very helpful for beginners)
- 2014-07-06 12:34:08下载
- 积分:1
-
Hilo-dev
hilo 2D轻量游戏开发引擎/阿里开源的引擎(hilo is a 2D h5 game engine /published by Alibaba team)
- 2017-04-21 17:48:47下载
- 积分:1
-
《Quake 3 Arena v1.32》游戏源代码完整版
Q3的源代码 1)将所有工程属性Win32 Debug,改为Win32 Release 2)在工作区fileview中,右击"ui files"工程,左击"卸载工程",这一步很关键,否则会出现错误 3)在菜单栏里依次点击"工程"-->"从属性"-->在"选择修改工程"的下拉框中,选择quake3.在"从属以下工程:"选择框中,在botlib和renderer前面打勾,确定即可 4)在工作区fileview中,右击"quake3 files"工程,再选择"设为活动工程" 5)打开"quake3 files"工程中的files.c,注释 第3263,3264,3266三行,如下 然后,将files.c中的tatic void FS_SetRestrictions()函数的全部内容注释,仅剩下如下的空壳函数 static void FS_SetRestrictions( void ) { } 6)保存文件,按F7编译-Q3 source code 1) will all engineering properties Win32 Debug, instead Win32 Release 2) in the work area fileview, right-click " ui files" project, left-click " Uninstall project" , this step is very important, otherwise an error 3 ) in the menu bar click on " Project" -> " From Properties" -> In the " Select Modify Project" drop-down box, select quake3. in the " slave following works:" selection box, in front of botlib and renderer tick, can be determined. 4) i
- 2023-08-10 03:05:09下载
- 积分:1
-
路径规划算法 path_planning
说明: 各种路径规划算法,其中包括A星算法,遗传算法,D*算法,matlab实现(Various path planning algorithms, realized by MATLAB)
- 2020-12-18 14:59:11下载
- 积分:1
-
pt
说明: 易语言实现的拼图游戏,游戏的思路很不错。。。。(The easy language jigsaw puzzle, the idea of the game is very good. . . .)
- 2013-01-06 18:02:06下载
- 积分:1
-
DriectX 2D游戏引擎
windows下的一套棋牌游戏的代码,源码设置了多个拓展接口方面各个功能的二次开发(Windows under a set of board and card game code, the source code set up a number of expansion interface aspects of the secondary development of various functions)
- 2019-05-05 11:36:22下载
- 积分:1
-
ysdemo
永远的伊苏同人游戏.引擎开发+地图编辑器+脚本编辑器+主角/NPC/怪物/魔法编辑器+图片处理器+剧情设计(Ys Game Forever colleagues. Engine+ map editor+ Script Editor+ characters/NPC/monster/magic Editor+ story+ picture processor design)
- 2021-04-29 14:18:43下载
- 积分:1
-
石器时代服务端部分原码
游戏原码,经典游戏石器时代服务端源代码放出,少有哦,赶紧珍藏吧。找了很久很久才找到的。
- 2022-12-24 13:50:03下载
- 积分:1
-
ElsGame
说明: 实现俄罗斯方块游戏的简单小程序,适合初学者学习。(A simple Tetris game to achieve a small program, suitable for beginners to learn.)
- 2011-03-22 21:24:17下载
- 积分:1
-
Matlab2048
通过按键(W,A,S,D或方向键)控制小块的移动方向,当有两个小块相同时,把两者合并,产生一个新块(其值90%为2,10%为4)。并给予一定的分数,记录在数据文件中,显示在界面上。当最大块的值达到2048时,您将获得胜利,胜利后您可以选择继续游戏(当最大块的值为4096时,您将获得连胜,依次类推),或者退出游戏。(By controlling buttons (W, A, S, D or direction key), we control the moving direction of small pieces. When two blocks are in the same way, we merge them into a new block (the value is 90%, 2, 10% is 4). And give a certain score, record in the data file, display on the interface. When the maximum block value reaches 2048, you will win. After winning, you can choose to continue playing. When the maximum block value is 4096, you will win the game in a row or by analogy.)
- 2020-12-10 16:09:19下载
- 积分:1