Super Mario Bros. Demo

A playable demo of Super Mario Bros. World 1-1 with background music
ダウンロード: 26.6K
更新 2013/4/22

ライセンスの表示

Super Mario Bros. Demo for MATLAB
--------------------------------------
Mingjing Zhang @ Simon Fraser University
---------------------------------------

What it is
----------
This is a short demo of World 1-1 of Super Mario Bros. The demo emulates the behaviour of the original NES version as precise as my time and energy allow.

There are no enemies/coins/power-ups. The bricks are not interactive.

The flagpole and castle at the end of the stage are missing. The demo terminates when Mario moves out of the stage on the right.

There is background music which can be turned on before the game starts.

*The image you see up there is an ACTUAL screenshot of this demo.
----------

Installation
------------
Regular Version:
Put stl_mario_main.m and two .mat files under the same folder.
Run stl_mario_main.m
App Version:
Just like any other MATLAB app
------------

Control
-------
A/D - Left/Right
J - Sprint
K - Jump
-------

How to Quit
-------
1. Walk to the end of the stage, or;
2. Close the figure window
* WARNING: The window should shut down itself upon error. If it doesn't, please type 'delete(gcf)' in the command window to manually kill the figure window.
-------

Enjoy!

引用

Mingjing Zhang (2024). Super Mario Bros. Demo (https://www.mathworks.com/matlabcentral/fileexchange/40961-super-mario-bros-demo), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2013a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersVideo games についてさらに検索
謝辞

ヒントを得たファイル: Mario Sim v0.1, Theme from Super Mario Brothers Song

ヒントを与えたファイル: SpriteKit Framework

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

* Added music.
* Corrected a bug which occurs when Mario is about the land on the ground from an absolute vertical fall.
* Added a try - catch block to automatically delete figure/audioplayer upon error.
* UPGRADED to version 1.10

1.0.0.0