登录
首页 » Game Program » Students make a small game development platform used mine for vc6.0. I hope ever...

Students make a small game development platform used mine for vc6.0. I hope ever...

于 2022-03-30 发布 文件大小:47.94 kB
0 145
下载积分: 2 下载次数: 1

代码说明:

同学做的小游戏扫雷使用的开发平台为vc6.0.希望大家多指教-Students make a small game development platform used mine for vc6.0. I hope everyone more advice

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

发表评论

0 个回复

  • 一个坦克游戏的代码,转发的,我不是作者!
    一个坦克游戏的代码,转发的,我不是作者!-a tank game code, transponders, I am not the author!
    2022-01-20 23:18:10下载
    积分:1
  • 在程序启动时,用默认值生成塔类和碟子类的实例,并调用GDI对象绘图。当选择自动方式后,派生一个新线程递归挪动碟子并在每次挪动碟子后刷新图形。在挪动线程中,监测临...
    在程序启动时,用默认值生成塔类和碟子类的实例,并调用GDI对象绘图。当选择自动方式后,派生一个新线程递归挪动碟子并在每次挪动碟子后刷新图形。在挪动线程中,监测临界区对象作为暂停或继续的判别标志;当选择手动方式时,在碟子的移动过程中进行大碟子和小碟子的判断,如果合乎要求,允许移动,如果不合乎要求,跳出提示对话框。-commencement of the proceedings, with the default value generated tower and plate type examples and called GDI Object Mapping. When choosing the automatic mode, a new thread derived recursive moving plate and the plate after each shift updated graphics. In moving threads, monitoring critical targets as the continuation of the suspension or discriminant signs; When choosing a manual method, the plate in the process of moving large plate and saucer judgment, if meet the requirements and allow mobile, if we do not meet the requirements and suggest dialog out.
    2022-02-26 17:02:53下载
    积分:1
  • 国外游戏开发者杂志1998年第八期配套代码,包含了Dan McCabe和John Brothers关于S3TC纹理压缩的两种标准...
    国外游戏开发者杂志1998年第八期配套代码,包含了Dan McCabe和John Brothers关于S3TC纹理压缩的两种标准--Code of game development magazine in 1998 eighth issue, it including such two kind of standards as Dan McCabe and John Brothers about S3TC texture compression
    2022-03-07 04:38:38下载
    积分:1
  • Robocode机器人在机器人平台的播放器源码
    java机器人对战平台robocode下的一个机器人的源码-robot platform RoboCode players under a robot FOSS
    2022-04-01 02:29:43下载
    积分:1
  • Using c++ language compile one of the most basic of 2D online games, the code to...
    用c++语言编的一个最基础的2D网络游戏,代码实现了地图的移动、位图的运用、人物的走动、坐标的输出等,这只是一部分的源码,是属于游戏中最基础的部分。-Using c++ language compile one of the most basic of 2D online games, the code to achieve the map s movement, the use of bitmaps, the characters of the walk, the coordinates of the output, etc., this is only part of the source code, are the most basic part of the game.
    2022-12-29 04:35:03下载
    积分:1
  • 无解压密码,MFC
    无解压密码,MFC为基础开发,没有用到directX.-Without extracting password, MFC-based development, did not use directX.
    2023-04-01 11:30:04下载
    积分:1
  • 使用netbeans编写的方块游戏TetraGame,包含完整的工程文件。可以选择难度、背景音乐、配色方案等,另外还有游戏的帮助文件。...
    使用netbeans编写的方块游戏TetraGame,包含完整的工程文件。可以选择难度、背景音乐、配色方案等,另外还有游戏的帮助文件。-Netbeans prepared to use the game box TetraGame, contains the complete project file. Can choose the difficulty, background music, such as color scheme, as well as the game" s help files.
    2022-02-25 15:31:26下载
    积分:1
  • nes游戏模拟器
    nes游戏模拟器-nes game consoles
    2022-02-24 14:31:13下载
    积分:1
  • 用c++变得一个测量财富的+游戏
    用c++变得一个测量财富的+游戏-with wealth becomes a measurement of the game
    2022-01-28 01:54:43下载
    积分:1
  • 贪食蛇编程要点 1、每次刷屏时需要注意无效矩形区的大小和位置,一般取整条蛇最小坐标和最大坐标组成的矩形(包括蛇的头和身体) 2、蛇全身的运行轨迹应该参照...
    贪食蛇编程要点 1、每次刷屏时需要注意无效矩形区的大小和位置,一般取整条蛇最小坐标和最大坐标组成的矩形(包括蛇的头和身体) 2、蛇全身的运行轨迹应该参照蛇头的运行轨迹 3、蛇吃下东西之后身体各点的变化情况应该参照第一点的变化,即第一点发生变化之后下一时间段第二点发生变化,再下一时间段第三点发生变化,依此类推,直到最后一点发生变化结束 4、分数的计算变量:蛇吃的一般屎数量、蛇吃大屎的数量、游戏的难度级别 计算公式:(一般屎数量+大屎数量)*难度级别 5、一个问题:游戏的难度设置选项框和主窗口发生数据交换采用了两种方法,发送消息法和读写外部文件法,第三种选择就是采用全局变量,但都不是太好,有没有更合适的方式保证实现该功能的同时不致使程序显得晦涩难懂不易修改和维护-Snake programming essentials 1, each scraper requires attention invalid rectangle the size and location of the smallest snakes in general to take the whole composition of coordinates and the largest rectangular coordinates (including the snake s head and body) 2, snake body running track running track should refer to the snakeheads 3, snakes eat things that all the points after the changes in the body should have a similar change in the first point, that is the first point change in the next period of time after the changes in the second point, and then the next time a change in the third point, and so on , until the end of the last poin
    2022-07-23 19:06:20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载