登录
首页 » Visual C++ » snakegame

snakegame

于 2012-08-22 发布 文件大小:125KB
0 226
下载积分: 1 下载次数: 3

代码说明:

  贪吃蛇代码,snakegame.rar 希望有帮助。(Snake code, snakegame.rar want to help.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • bomballs
    VB模拟小球碰撞,随机产生不同质量大小的小球,可以改变初始速度和动能损失率,适合初学者(VB simulation of small ball collision, randomly generated different quality size ball, can change the initial velocity and kinetic energy loss rate, suitable for beginners)
    2011-12-11 21:42:59下载
    积分:1
  • Snake
    程序由C++编写,贪吃蛇程序,经运行无误,贪吃蛇长度无限制……(C++ written Snake program, run correctly, Snake length unlimited ...)
    2013-01-10 21:18:13下载
    积分:1
  • chuangame
    VC++枣子穿纽游戏源码,类似扫雷游戏的界面,不过玩法有点不一样,游戏源代码在vc++6下编译通过,你应该通过源代码能看出些玩法来。   相关资料:在本游戏中,你将作为一名裁缝,将尽可能多的纽扣穿成一个闭合的路线。游戏初始有 15 个纽扣,随着时间的增加,纽扣数目也增加,当达到70个时游戏即结束。只能在有纽扣的点穿线,且只能在水平方向或竖直方向穿线。线可交叉,但有纽扣的点不能交叉连接。   透露点秘诀:要尽可能使连线长且该连线上的纽扣数多。(VC++ source code dates to wear new game, the game interface similar to mine, but a bit different from playing the game in the source code to compile under vc++6 passed through the source code you should be able to see more options. Relevant information: in this game, you will serve as a tailor, will be wearing buttons as much as possible into a closed line. Game initial 15 buttons, an increase over time, increase the number of buttons, when the 70 hours to reach the end of the game that is. Buttons can only point in the threading, and only in the horizontal direction or vertical direction of threading. Lines cross, but the buttons can not be cross-connect point. Point revealed the secret: To the extent possible, so long and the connection to connect on a few more buttons.)
    2009-07-16 21:48:30下载
    积分:1
  • Eros
    用c语言编写的俄罗斯方块游戏源码,控制台下的模拟(Tetris source code written in c language, simulation of the console )
    2013-05-02 20:00:56下载
    积分:1
  • wangloucaishuozi
    網絡對戰猜數字,可以网络对战的,VB编写的(Network猜数字war, the war can network, VB prepared)
    2009-01-05 20:55:07下载
    积分:1
  • TETRIS
    此文档为visual c++平台实现俄罗斯方块的部分参考代码。已经通过调试通过。(This document is visual c++ platform Tetris part reference code. Has passed through debugging.)
    2013-10-23 21:46:26下载
    积分:1
  • poly
    标题: 多边形游戏 时 限: 1000 ms 内存限制: 10000 K 总时限: 3000 ms 描述: 多边形游戏是一个单人玩的游戏,开始时有一个由n个顶点构成的多边形。每个顶点被赋予一个整数值,每条边被赋予一个运算符“+”或“*”。所有边依次用整数从1到n编号。 游戏第1步,将一条边删除。 随后n-1步按以下方式操作: (1)选择一条边E以及由E连接着的2个顶点V1和V2; (2)用一个新的顶点取代边E以及由E连接着的2个顶点V1和V2。将由顶点V1和V2的整数值通过边E上的运算得到的结果赋予新顶点。 最后,所有边都被删除,游戏结束。游戏的得分就是所剩顶点上的整数值。 输入: 输入共两行,第一行一个整数n表示顶点个数,第二行共2*n个数,分别为数字和字符。 例如:对于上图中的问题,我们可以这样按输入样例中的例子输入,数学中的“+”号代表加法,小写字母“x”代表乘法。 输出: 一个整数,计算最高得分。 输入样例: 5 10 + -1 x -2 x 3 + -8 x 输出样例: 486 (标题: 多边形游戏 时 限: 1000 ms 内存限制: 10000 K 总时限: 3000 ms 描述: 多边形游戏是一个单人玩的游戏,开始时有一个由n个顶点构成的多边形。每个顶点被赋予一个整数值,每条边被赋予一个运算符“+”或“*”。所有边依次用整数从1到n编号。 游戏第1步,将一条边删除。 随后n-1步按以下方式操作: (1)选择一条边E以及由E连接着的2个顶点V1和V2; (2)用一个新的顶点取代边E以及由E连接着的2个顶点V1和V2。将由顶点V1和V2的整数值通过边E上的运算得到的结果赋予新顶点。 最后,所有边都被删除,游戏结束。游戏的得分就是所剩顶点上的整数值。 输入: 输入共两行,第一行一个整数n表示顶点个数,第二行共2*n个数,分别为数字和字符。 例如:对于上图中的问题,我们可以这样按输入样例中的例子输入,数学中的“+”号代表加法,小写字母“x”代表乘法。 输出: 一个整数,计算最高得分。 输入样例: 5 10+-1 x-2 x 3+-8 x 输出样例: 486 )
    2012-12-17 10:35:16下载
    积分:1
  • tetris
    用 cocos2d-x 3.4 开发的俄罗斯方块(Use cocos2d-x 3.4 development game tetris)
    2015-02-26 14:45:26下载
    积分:1
  • cqsjedit_03_09_01
    传奇世界的地图编辑器,属于游戏开发中的地图编辑工具(legendary world map editor, game development is the map editing tools)
    2005-08-19 20:56:09下载
    积分:1
  • kongjingyouxi-
    C语言 矿井游戏源码矿井游戏源码矿井游戏源码(Mine game source Mine game source Mine game source Mine game source )
    2017-05-11 11:18:22下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载