Clone of the original Super Mario Bros writting in JavaScript
Play it here »
View Demo
·
Request Feature
A 2D Platformer clone of the original Super Mario Bros. Tried to clone as many features as possible.
To get a local copy up and running follow these simple example steps.
- Node/npm: https://nodejs.org/en/download/
- Clone the repo
git clone https://github.com/deanhaleem/mario-clone-ts.git
- Install NPM packages
npm install
- Build & Serve
npm run dev
- Navigate to localhost:3000 to start playing!
See the open issues for a list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE.txt
for more information.
Dean Haleem - deanhaleem.com - deanhaleem.10@gmail.com