mario

所属分类:其他
开发工具:Others
文件大小:564KB
下载次数:0
上传日期:2021-04-15 16:00:48
上 传 者duoluy149duoluy149
说明:  Support start Java Applet way Mario game source code, in addition to using the Applet is started, the game also supports the use of Frame mode.Source code, including a full set of Java files, images, etc., can be to modify the source code to compile in Eclipse environment.

文件列表:
srcfans.com\mario\.classpath (232, 2010-11-01)
srcfans.com\mario\.project (381, 2010-11-01)
srcfans.com\mario\bin\bgsheet.png (15103, 2006-08-12)
srcfans.com\mario\bin\com\mojang\mario\AppletLauncher.class (1459, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\Art.class (5821, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\BgRenderer.class (3120, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\FrameLauncher.class (1124, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\level\BgLevelGenerator.class (3443, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\level\ImprovedNoise.class (2483, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\level\Level.class (4501, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\level\LevelGenerator.class (8836, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\level\SpriteTemplate.class (1245, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\LevelRenderer.class (5338, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\LevelScene.class (13584, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\LoseScene.class (2048, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\mapedit\LevelEditor$1.class (1902, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\mapedit\LevelEditor.class (5639, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\mapedit\LevelEditView.class (3833, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\mapedit\TilePicker.class (3443, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\MapScene.class (12243, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\MarioComponent.class (7762, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\Recorder.class (1367, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\Replayer.class (1193, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\Scale2x.class (2567, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\Scene.class (919, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\sprites\BulletBill.class (3668, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\sprites\CoinAnim.class (1355, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\sprites\Enemy.class (9211, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\sprites\Fireball.class (4235, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\sprites\FireFlower.class (1733, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\sprites\FlowerEnemy.class (2087, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\sprites\Mario.class (11677, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\sprites\Mushroom.class (4394, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\sprites\Particle.class (1350, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\sprites\Shell.class (6771, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\sprites\Sparkle.class (1432, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\sprites\Sprite.class (2867, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\sprites\SpriteContext.class (214, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\TitleScene.class (2494, 2012-06-16)
srcfans.com\mario\bin\com\mojang\mario\WinScene.class (2019, 2012-06-16)
... ...

Readme for Infinite Mario Bros 10:47 AM 12/25/2006 I stopped working on this project for three reasons; 1) I had to focus on my main project. This was just a fun side project. 2) I didn't feel comfortable abusing copyrighted material for non-personal use, and neither should you. 3) The competition this was an entry for ended. I'm releasing the source code for this project since I've gotten quite a bit of email with really good suggestions on how to make this better, but I don't have the time to implement them myself. The code (/src/) is released as public domain, so you can do with it what you wish. The art (/res/) is still copyright nintendo, so it's almost certainly NOT ok to do anything at all with it. Ask nintendo. And, please, if you're going to make a bigger project out of this, please consider replacing the art with legal art. About the code: The code is basically undocumented, but should be readable anyway as it's fairly clean. The main entry points are AppletLauncher and FrameLauncher. The main game is in MarioComponent. "sonar" is the base of a software sound engine I've been working on. It's pretty nice, but there's a few bugs in it (mostly timing based). It can easilly be ripped out and reused in another project. The level editor isn't used for anything more than changing the behavior of blocks anymore. But I think there's still code in there somewhere for loading a level instead of generating it, so if you want to reintroduce static levels, you've got a nice base for a level editor there. The game DOES support scrolling in the Y directions right out of the box! However, I didn't think it fit the retro feeling, so I made all levels only one screen tall. ;) The sprite package and class should be renamed into "entity" or "mobile" or something.. / Markus Persson http://www.mojang.com/notch/ notch@mojang.com

近期下载者

相关文件


收藏者