资源列表
Snake
- 这是一款贪吃蛇小游戏的代码,很适合初学者。-This is a snake game code, it is suitable for beginners.
WrldEditSource020204
- 一个不错的地形编辑器源码 可以参考学习 需要的朋友可以下载-a good source terrain editor can refer to the learning needs of friends can be downloaded
multipleplayer_game_programming
- 多人在线游戏编程,英文版。 介绍多人在线游戏编程,网络,服务器架构什么相关的,值得一看。-Multiplayer online game programming, English. Introduction multiplayer online game programming, networking, server architecture what related, worth a visit.
Mahjong-0a()
- 麻将游戏代码 对游戏编程有兴趣的可以-Mahjong game programming code can look interested
Russian_final
- 使用Java GUI、事件处理和并发编程完成俄罗斯方块游戏的开发-Use Java GUI, event handling, and completed the development of concurrent programming Tetris game
D2NT3.1_NTBot4.2_35
- 暗黑游戏1.13C and D 外挂。主要可以挂BN,和国内的私服。私服木桶可以踢掉-var Curscr iptIndex = 0 var Lastscr ipt = false var OldMaxGameTime = 0 var CloneDiabloString var CloneDiabloNotify = false var CloneDiabloKill = false var CloneDiablo var WhatStat = 0
dlq
- 圣者无敌完美登陆器源码!可修改IP登陆任何服务器!-Saint Invincible perfect landers source! Modify the IP landing any server!
qiangxing
- 这是个QQ强行聊天程序,我不知道算不算流氓外挂,其实就是强制将对方QQ打开进行聊天-This is a chat program QQ force, I do not know if it rogue plug-in, in fact, the opponent is forced to open QQ chat
wuziqi
- 人机互动的简单的五子棋游戏。只能AI有很高的水平能提高使用者的五子棋水平。-331 games of the human-computer interaction. Only AI has a very high level can increase the level of users of backgammon.
GeometricToolsEngine1p12
- Geometric Tools Engine 1.12.游戏引擎-Geometric Tools Engine 1.12. The distribution was posted on April 20, 2015. The engine has been developed and tested on Microsoft Windows 8.1 using Microsoft Visual Studio 2013 and Direct3D 11.1. The nongraphics code
c_plusplus_Snake_Report_and_Source
- VC++ 6.0编写的贪吃蛇经典小游戏。不仅包含源代码,并且包含了作者的设计文档。-VC++ 6.0 written in the classic Snake game. Includes not only the source code, and includes the author' s design document.
maze
- 走迷宫游戏: 程序开始运行时显示一个迷宫地图,迷宫中央有一只老鼠,迷宫的右下方有一个粮仓。游戏的任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处,老鼠只能按照上下左右四个方向行走。 1)图形化的界面,要求有计时、计数等方面的功能; 2)迷宫地图随机产生,地图布局用系统文件的形式保存,系统提供存盘和读出等功能; 3)走迷宫可以手工行走,按键与cs相同,也可以系统自动寻找。 4) 老鼠形象可辨认,可用键盘操纵老鼠上下左右移动; 5) 迷宫的墙足够结实,老鼠不能穿墙而过; 6) 正确检测结果,