资源列表
24
- 24点游戏: 基本要求及步骤: 1) 随机产生四个1-13的数,分别代表13张牌。 2) 提示玩家输入算式。 3) 判断玩家输入的表达式是否合法,其中算式中的四个数字只能是程序所给的四个数字,非法则回到1)。 4) 如果玩家认为这四张牌算不出24点(如:1,1,1,1),可只输入?,程序将判断这四张牌是否能得出24点,如果能,则程序将给出算式,如果不能,说明不能,并回到1)。 5) 当用户正确输入算式后,用“堆栈来求表达式的值”的原理 求出结果并判断是否为24,
Details-for-core-code-of-Linklink
- 休闲益智游戏连连看的核心算法详解,有不懂得地方可以联系我。-Details for core code of Linklink.
Snake
- 基于MFC单文档编写的贪吃蛇小程序,能设置关卡,统计过关时间等功能。-MFC single document based on small programs written in Snake can set up checkpoints, customs clearance time statistics and other functions.
nine
- 一个九宫格小游戏的源代码,主要应该编辑框,实现输入,编辑和修改,检测-A Jiugongge game' s source code, should the main edit box, the input, editing and revising, testing
snake
- 贪吃蛇游戏,用C#写的,模仿了网上的代码,但是我还是觉得挺好,简洁明了-Snake game written in C#, to imitate the online code, but I still feel very good, clear and concise
cSharp21game
- 用C#实现21点游戏的程序,有界面和源程序,可供学习和调试。-21 in C# to achieve the game procedures, interface and source for learning and debugging.
15_TXZ_3.1
- 是一个简单的C/s射击游戏,又简单的关卡设计和.属于简易游戏,自己也可以设计游戏的场景-It is a simple C/s shooter, and simple level design and belonging to a simple game, you can also design their own game scenes
epoch
- VC++棒子打老鼠游戏源代码,俗称打地鼠,程序可以编译,但运行时候棒子的显示有些问题,也就是程序在处理BMP图像时候有些不完善,不过整体可以玩,相信大家都知道这款游戏 ,现在发布源代码供研究。-VC++ stick fighting games mouse source code, commonly known as playing to the Rat, the procedure can be compiled, but when the stick is running the show
tuixiangzi
- 一款delphi写的推箱子游戏,是学习delphi开发游戏的好资料-A delphi write Sokoban game delphi development of the game is to learn good information
fruitgame
- 这是一款吃水果游戏,主角只能水平移动,水果概率性的出现在主角的上方,当水里出现时,主角可以吐一条绳索,吃到水果后将加分,不同的关卡有不同的道具。-This is a plane hit the bees game, at the same time, the bees can also random bullets, code have show the score of information, and will display in the highest database. This is
Connect4
- 呵呵。。。来吧。。看了总算有收获吧。。 不行。。也只是简单的。。等我厉害了在给大家发高级点的
hanoi
- MFC汉诺塔游戏。 软件设计了增强的视觉反馈效果,当鼠标滑过,颜色会变得更为鲜艳。【三列的标准色彩为 红、绿、蓝 。】 每当单击某一列,颜色变成灰黑色,表示可以拖动这一列。 请保持exe文件与snd文件夹处于同一目录下面!否则听不到正确的声音! BUG(仅列举未改正的): 1.延时使用了sleep函数,而这个函数 运行时 无法接收其他操作,可能导致失去相应。 2.当圆盘数调至 8个以上时,有时(偶尔)会出现无故的错误,比如程序报错而关闭。 原因尚不