登录
首页 » Visual C++ » supermario

supermario

于 2009-02-02 发布 文件大小:121KB
0 303
下载积分: 1 下载次数: 7

代码说明:

  这是一个模仿任天堂经典游戏《超级玛丽》的克隆游戏。目前支持windows 和linux两种操作系统。你应该已经得到了这个游戏的全部源代码和地图编辑器 的源代码。地图编辑器( MapEdit目录下 )使你可以充分发挥想象力,轻而易举 地创造出游戏中的关卡 (This is a mimic classic Nintendo game " Super Mario" games Cloning. Currently supports two types of windows and linux operating system. You should have been the game all the source code and map the source code editor. Map Editor (MapEdit directory) allows you to give full play to the imagination, easy to create in-game points)

文件列表:

supermario
..........\bitmap.h
..........\bright.pal
..........\darken.pal
..........\game.cpp
..........\game.h
..........\gpl.txt
..........\graphics



..........\........\Debug


..........\........\ghost.bmp
..........\........\mushroom.bmp
..........\........\player.bmp
..........\........\Release
..........\........\tile.bmp
..........\........\turtle.bmp
..........\input.h
..........\level
..........\.....\level1.dat
..........\.....\level2.dat
..........\linux
..........\.....\bitmap.cpp
..........\.....\input.cpp
..........\.....\main.cpp
..........\.....\Makefile
..........\.....\mytime.cpp
..........\MapEdit
..........\.......\Debug
..........\.......\GhostList.cpp
..........\.......\GhostList.h
..........\.......\MainFrm.cpp
..........\.......\MainFrm.h
..........\.......\MapEdit.clw
..........\.......\MapEdit.cpp
..........\.......\MapEdit.dsp
..........\.......\MapEdit.h
..........\.......\MapEdit.rc
..........\.......\MapEditDoc.cpp
..........\.......\MapEditDoc.h
..........\.......\MapEditView.cpp
..........\.......\MapEditView.h
..........\.......\MapWidthDlg.cpp
..........\.......\MapWidthDlg.h
..........\.......\ObjectTypeDlg.cpp
..........\.......\ObjectTypeDlg.h
..........\.......\Release
..........\.......\res




..........\.......\...\MapEdit.rc2

..........\.......\...\tile.bmp
..........\.......\...\Toolbar.bmp
..........\.......\resource.h
..........\.......\StdAfx.cpp
..........\.......\StdAfx.h
..........\MapEdit.exe
..........\Mario.exe
..........\mytime.h
..........\plane.cpp
..........\plane.h
..........\Readme.txt
..........\sound
..........\.....\back1.mid
..........\.....\back2.mid
..........\sound.h
..........\sprite.cpp
..........\sprite.h
..........\type.h
..........\win32
..........\.....\Bitmap.cpp
..........\.....\Debug
..........\.....\Input.cpp
..........\.....\Mario.dsp
..........\.....\Mario.dsw

..........\.....\Mario.rc
..........\.....\mytime.cpp
..........\.....\Release
..........\.....\resource.h
..........\.....\Sound.cpp
..........\.....\wavread.cpp
..........\.....\wavread.h
..........\.....\winmain.cpp

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

发表评论

0 个回复

  • 5673634656
    VB简单弹球游戏源代码,有需要的就下载吧,很好的参考。(VB simple pinball game source code, there is need to download it, very good reference.)
    2013-08-17 10:19:05下载
    积分:1
  • sPCK
    完美世界游戏客户端pck解包打包工具,同时支持cup更新包解包。(Perfect world game client PCK unpack packaging tools, at the same time support CPU update package. )
    2013-10-24 15:03:00下载
    积分:1
  • cx
    说明:  用c语言编写的俄罗斯方块,一款益智游戏,挺简单的(C language Tetris, a puzzle game, very simple.)
    2012-12-12 20:46:35下载
    积分:1
  • feixingqi
    简单的小游戏,飞行棋,用MFC制作的,可以顺利的完成这个游戏.(Simple games, flight chess, made with MFC, you can smoothly complete the game.)
    2021-01-04 09:48:55下载
    积分:1
  • brball
    双色球. 预定一组号,看看机选N次后,你的号码中奖数多高。(Color ball. Book a group number, look at the machine N times after the election, the number of the winning number of tall.)
    2012-05-18 15:22:55下载
    积分:1
  • source
    《Visual C++游戏开发经典案例详解》书中的源代码,希望对大家有一些帮助!(" Visual C++ game development classic cases." book of the source code, we hope to have some help! )
    2011-12-27 10:34:45下载
    积分:1
  • cun-book-also
    这是一个关于汉诺塔的书机,大家凑活用用,还可以(This is a book on Hanoi machine, chip in use to use, can also)
    2017-03-30 15:03:50下载
    积分:1
  • 209
    代码虽简短,游戏很有趣。文档易于下载运行程序。(Although brief, the code, the game is very interesting. Document easy to download and run the program.)
    2012-10-29 17:41:22下载
    积分: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
  • 1
    说明:  输入1-13中的四个数,输入要计算的值(24点游戏就输入24),计算机穷举法给出计算公式(Enter the four numbers 1-13, enter the values ​ ​ to be calculated (24-point game on the importation of 24), the computer gives exhaustive formula)
    2013-06-27 13:20:15下载
    积分:1
  • 696518资源总数
  • 106265会员总数
  • 10今日下载