▍1. Game_PinTu
VC编写的拼图小游戏,初学者可以自由下载。。(VC prepared puzzle game for beginners free download. .)
VC编写的拼图小游戏,初学者可以自由下载。。(VC prepared puzzle game for beginners free download. .)
扫雷源代码模仿windows经典游戏扫雷源代码(Mine the source code to imitate the classic game mine the source code for windows)
Visual C#智能设备程序设计,游戏实例(Visual C# Smart Device Programming)
本文件夹提供了扫雷游戏、俄罗斯方块等游戏的源码(this is a good source code)
这个是网络游戏石器时代的源码,有需要的可以下载。(This is the online game Stone Age of the source, there is a need can be downloaded.)
一个简单的猜数游戏程序: 利用Math.random()方法生成0-1之间的double型数dNum,将dNum转换为0-100之间的整数iNum。 利用KeyInput.readInt()方法接收键盘输入的整数inNum。如果inNum小于iNum,在屏幕上显示“输入的值小,请输入更大的数.”;如果inNum大于iNum,在屏幕上显示“输入的值大,请输入更小的数.”;如果inNum等于iNum,在屏幕上显示“猜对了.”,并结束运行。 猜测错误的时候,重新输入inNum,直到猜对为止。如果猜测10次后仍未猜对,显示“猜测次数已达10次,猜数失败.”,并结束程序的运行。 (A simple guessing game program: use Math.random () method to generate double-type numbers between 0-1 dNum, will dNum into an integer between 0-100 iNum. use KeyInput.readInt () method receives the keyboard input integer inNum. If inNum less than iNum, the screen " Enter the value of the small, enter the greater number." If inNum than iNum, the screen " Enter the value of the large number of smaller type." If inNum equal iNum, displayed on the screen, " guessed." and end the run. guess wrong, re-enter inNum, until you guess it right up. If the guess was right 10 times not to show " guess the number has reached 10 times, guess the number of failures." And end the program.)
此程序是一个八数码游戏的程序,希望大家通过对它的学习能够受到一定的启发(This program is a digital eight-game program, I hope you can learn through it, inspired by a certain)
几个经典小游戏程序设计,有扫雷、贪吃蛇、推箱子,比较基础的(Several classic game programming, there is mine, Snake, Sokoban, comparison-based)
用四叉树实现了LOD地形的绘制,当然,是四叉树,如果有需要了解的话,或者是想要做场景管理开发的话,建议必备,呵呵!其他的就不多说啦!代码才是真功夫!祝下载者体验愉快吧!(Use quadtree realized LOD terrain rendering, of course, is quad-tree, and if there is a need to know about it, or want to make scene, necessary management development, hehe! Other did not say! Code is true effort! Wish downloaders experience enjoyable!)
编游戏-地图编辑器 VC写得一个地图编辑器 用于游戏引擎的开发(Code Game- map editor)
贪吃蛇 利用屏幕的左右单击控制方向。(Snake using the left and right click control the direction of the screen.)
经典游戏程序设计的随书光盘,源码经典、齐全,适合新手学习编程。(Classic games designed with book, source classic, complete, suitable for novices to learn programming.)
用vc++6.0编程实现一个扫雷的游戏程序(Programming using vc++6.0 of a mine' s games)
贪吃蛇源代码的程序,网页格式。很好玩的哈(this is tan chi she prommmer .it is funny !)
MAME的游戏音乐播放DLL原代码,MAME的游戏音乐播放DLL原代码(MAME game DLL source code music playerMAME game DLL source code music player)
使用VC实现的 连连看 所有源代码以及资源文件(Implemented using VC Lianliankan all source code and resource files)
贪吃蛇是家喻户晓的益智类小游戏,选择这个题目一是为了将自己的所学知识加以运用,二是一直以来贪吃蛇这个游戏就深深地吸引着我,它的制作方法对于以前的我而言都是很神秘的。我希望通过自己的所学知识把它剖析开来,真真正正的了解它的本质和精髓。(Snake is a well-known puzzle games, select the topic first, to own the knowledge to be used, and second, the game Snake has always been deeply attracted to me, it' s making way for the past of me is very mysterious. I hope that, through their own analysis of the knowledge open to it to really understand the essence and the essence of it.)