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.
- 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
- clone the repo
- run npm install in the terminal
- run npm run dev