Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 2.7 KB

super-mario-land.md

File metadata and controls

48 lines (36 loc) · 2.7 KB

Super Mario Land Difficulty

Super Mario Land

Description

A remake of the famous and great Super Mario Land released in 1989 on the Game Boy. I have used the original screen resolution of 160 x 144 Pixels.

The creation of this remake took more time than expected. Only the first level was implemented, with the following components to follow:

  • Enemy Nokobon
  • Enemy Fly
  • Platform at the end of the level is not working properly yet
  • Currently you can go several times into the tubes
  • Small details

This is a remake of the original game for educational purposes. The rights remain with Nintendo.

How to run it

Adjust the entry path in the webpack.config.js file as follows:

entry: './src/games/super-mario-land/game.ts'

Learn to use

References and Resources