资源列表
PuzzleGame
- 此拼图游戏是一个运用程序,用户通过鼠标点击小图片进行拼图,用户可根据自己的爱好选择图片,还有背景音乐,游戏有计时功能,游戏过程中可暂停,继续,结束。如果拼图完成,还有一个排行榜,每次只显示所有时间最少的前五名。-This puzzle is an application, the user through the mouse to click the little images puzzles, user can choose according to own hobby pictures, a
Tower_defence
- qt制作的塔防游戏,内容包含了炮台,怪物与血量的一些尝试(Tower defense game made by QT)
MyGameWang.tar
- 使用C#GUI编程 ,有自己攻击,怪兽攻击和回合制,用了设计模式的简单工厂模式-Using the C# GUI programming, with its own attack, monster attacks and turn-based, with a simple factory pattern design pattern
CPPsnake
- 使用vc6.0编写的贪食蛇程序, 具有很多功能,通过画图和贴图实现,贴图使用双缓冲 数据方面,使用队列来实现。效果非常好。内有比较详细的注释。 -Snake written using vc6.0 program has many features and textures achieved by drawing, map data using double buffering, the use of queues to achieve. Very good results. There are
RPG
- 使用MFC编写的小游戏,给没有游戏基础的人以很好的参考,使用Vc++ 6.0编写-Written using MFC game based on the people who do not have the game to a good reference, using Vc++ 6.0 writing
Combat2010
- 基于三国的回合战斗系统,里面分战士,法师,大师三类,每类有每类的特殊攻击方式,里面也有选择攻击方式的特殊算法,喜欢的朋友可以下载-Three of the round based combat system, which divided the soldiers, Master, master of three categories, each category of each class has a special attack, which also selectively attack s
Quake 3.1 的源代码
- 有名的Quake3的源代码 简单的游戏源码 希望大家相互学习-famous Quake source code is a simple game FOSS hope that we learn from each other
bbsky_vb_mir2.tar
- VB版传奇服务器代码,C#写的很有价值哦!-vb.net mir2 server code ..
DelphiCChessSRC.rar
- 一个我用DELPHI写的具有人工智能的中国象棋小游戏,可以设定电脑下棋水平,A Chinese chess program that supports IA .You can set different AI level while you are playing this chess game
MobileApplication1
- Mobile game application
c_program_from_beginer_to_experts
- c游戏编程从入门到精通_全部源代码和文档,是编程必须的好书!
caishuzi
- 猜数字:由计算机随机产生一个1~10000以内的数字,用户根据提示猜出该数字,功能要求如下: (1)游戏结束条件:1)在规定时间内正确猜出该数字;2)规定用时耗完。 (2)游戏提示:根据用户的输入与所产生数字的大小关系给出正确提示,例如,随机产生数为5000,若用户输入6000,则提示“高了”,若用户输入4000,则提示“低了”。 (3)游戏结果显示:1)若用户在规定时间内正确猜出数字,则显示“恭喜!正确猜出数字***。”;2)若到达规定时间但并未猜出,则显示“很遗憾,未能在规定时