Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This project is built during my YouTube series [Code Super Mario in JS](https://

* Clone repository.
* Run `npm install`.
* Run `npm start`.
* Run `npm run start`.
* Go to `http://localhost:5000`.


Expand All @@ -36,3 +36,8 @@ This project is built during my YouTube series [Code Super Mario in JS](https://

Please contribute if you see something wrong, but I can unforunately not merge your PR directly into
`master` as I use Git commits as a script for creating the tutorial and commits out of sequence would throw me off.

## Controls in keyboard
* Left: A
* Right: D
* Jump: P
Loading