Super Mario Bros. Demo

버전 1.1.0.0 (48.1 KB) 작성자: Mingjing Zhang
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 CenterMATLAB Answers에서 Video games에 대해 자세히 알아보기

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