All Projects → FlorianRappl → Mario5TS

FlorianRappl / Mario5TS

Licence: MIT license
The TypeScript version of the Mario5 demo application.

Programming Languages

typescript
32286 projects
CSS
56736 projects

Projects that are alternatives of or similar to Mario5TS

MushROMs
Super Nintendo game editing libraries and tools
Stars: ✭ 24 (-59.32%)
Mutual labels:  mario
cemu-smmdb
No description or website provided.
Stars: ✭ 56 (-5.08%)
Mutual labels:  mario
PMMasterQuest
Take Paper Mario 64, buff old and new enemies to absurd levels, then rebalance Mario's overpowered strategies, and you've got one of the most difficult hacks of all time: Paper Mario Master Quest. The Discord:
Stars: ✭ 58 (-1.69%)
Mutual labels:  mario
jspicl-mario-sample
A basic Mario game showcasing how to create PICO-8 games in JavaScript.
Stars: ✭ 19 (-67.8%)
Mutual labels:  mario
Dude-SideScroll
🎮 A side-scrolling adventure game.
Stars: ✭ 19 (-67.8%)
Mutual labels:  mario
super-mario-rl
Deep Reinforcement learning and Python learn how to play the original Super Mario Bros
Stars: ✭ 25 (-57.63%)
Mutual labels:  mario
Miyamoto
A supercharged fork of the modern day level editor.
Stars: ✭ 67 (+13.56%)
Mutual labels:  mario
Super-Meta-MarIO
Mario AI Ensemble
Stars: ✭ 15 (-74.58%)
Mutual labels:  mario
cli
The front end project template cli
Stars: ✭ 15 (-74.58%)
Mutual labels:  mario
Super-Mario-Bros-game
The remake of Super Mario Bros (1985) made with C++ and SDL2 library.
Stars: ✭ 39 (-33.9%)
Mutual labels:  mario
phaser-mario
Mario-like class for Phaser
Stars: ✭ 19 (-67.8%)
Mutual labels:  mario
smaghetti
A web based level editor for Super Mario Advance 4, the GBA port of Super Mario Bros 3
Stars: ✭ 31 (-47.46%)
Mutual labels:  mario
MarioProgressBar
The Mario progress bar for IntelliJ IDEA and other JetBrains IDEs.
Stars: ✭ 29 (-50.85%)
Mutual labels:  mario
smmdb
cross console/emulator sharing platform for Super Mario Maker courses
Stars: ✭ 51 (-13.56%)
Mutual labels:  mario
SuperMario-Allegro-Cpp
Simple Super Mario in Allegro C++ & The Final Project of Course Advanced Programming
Stars: ✭ 21 (-64.41%)
Mutual labels:  mario
MARIOFont
The Mario fonts you usually see in Mario games
Stars: ✭ 56 (-5.08%)
Mutual labels:  mario
Level-Headed
Random Level Generator for Super Mario Bros. 1 on the NES
Stars: ✭ 100 (+69.49%)
Mutual labels:  mario
super-mario-message
Display custom messages in a Super Mario Bros environment
Stars: ✭ 18 (-69.49%)
Mutual labels:  mario
mario-homepage
A Super Mario portfolio homepage that you can play with.
Stars: ✭ 21 (-64.41%)
Mutual labels:  mario
oiram
Oiram is a Mario platformer clone
Stars: ✭ 48 (-18.64%)
Mutual labels:  mario

Mario5 TS

This repository contains the code for the TypeScript version of the Mario5 demo application.

Online demo at mario5ts.florian-rappl.de

Requirements

For compiling the code you will need the following applications:

  • Node.js (tested with v10) for running gulp
  • NPM (tested with v6) for installation

The rest will be installed upon local installation.

Installation

First you should clone the repository. Then in the directory of the repository run

npm install

If you want to run the game just type in

npm start

Otherwise if you want to build it for deployment, run

npm run build

Releases

Current

(branch: master)

  • Refined use of modern module system
  • Use Parcel for bundling
  • Generate repetitive code
  • Use SASS for the style

Fusebox

(tag: fuse)

  • Use modern module system
  • Apply FuseBox for bundling
  • Standard CSS for the style
  • Removed jQuery (completely DOM standard rendering)

Legacy

(tag: legacy)

  • The original JavaScript code is available in src/Original.
  • The description below hints, where features of TypeScript have been placed.
  • An article describing the original code is available on CodeProject.
  • The system is built by using gulp.

The legacy branch README also contains some more background information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].