Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 479 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 479 Bytes

This little exercise was part of my studies. In addition to move mario to the left and to the right, I added a jumping function.

Features:

  • Walk & Single Jump
  • Hold down the key: Mario keeps moving as long as any key is pressed
  • Turn around, change direction see MDN.
  • Stand still if no key is pressed

Feel free to add more features:

  1. clone the repo
  2. run npm install in the terminal
  3. run npm run dev