Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 585 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 585 Bytes

Classic Mario

Atempt to create a clone of Super Mario Bros (NES version) using only JavaScript vanilla.

Poorly documented

Game Architecture

The game architecture actually is very simple:

  • The images folder contains all the sprites
  • The audio folder contains all the sounds and music
  • The js folder contais the source code
  • The level folder contains the descriptions of levels in json's
  • The sprites folder contains the descriptions of entities e.g: mario, koopas, gombas and etc.
  • The sounds/music folder contains the descriptions of all music and sound to add in game