Skip to content

Krymancer/classic-mario

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

classic nes mario clone using vanilla javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published