Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nadjascodejourney/moving-mario
classic 8-bit Super Mario movement with keydown/key up controls
https://github.com/nadjascodejourney/moving-mario
dom-manipulation-practice
Last synced: 3 months ago
JSON representation
classic 8-bit Super Mario movement with keydown/key up controls
- Host: GitHub
- URL: https://github.com/nadjascodejourney/moving-mario
- Owner: nadjascodejourney
- Created: 2024-03-16T16:08:08.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T18:57:13.000Z (7 months ago)
- Last Synced: 2024-10-09T18:10:24.173Z (3 months ago)
- Topics: dom-manipulation-practice
- Language: JavaScript
- Homepage: https://nadjascodejourney.github.io/moving-mario/
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://developer.mozilla.org/en-US/docs/Web/CSS/scale).
* 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