Skip to content

gregorw/supermario

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supermario

This is a Supermario jump and run game implemented in Svelte. You can visit it at https://gregorw.github.io/supermario/.

game

Getting started

On Mac OS X Nodejs and Yarn are required:

brew install node yarn

Then, use Git to clone this code:

git clone https://github.com/gregorw/supermario.git
cd supermario

Within the project folder install packages and run dev server:

yarn install
yarn dev

Your local copy should now be running at http://localhost:5000/supermario/.

Challenges

  1. Can you change the player icon to something that represents you better?
  2. Can you create your own world?
  3. Can you make the player jump?
  4. Can you detect collisions and display “Game Over”?

Have fun coding and don’t hesitate to contact me when you are about to learn to program and need some help.