A simple platform game developed from Chapter 15 of Eloquent Javascript.
- Clone/download files from github and serve locally. For example, using darkhttpd:
darkhttpd /path/to/files --port 8000- Using your browser open http://locahost:8000
- To move use the arrow keys
| Arrow Key | Movement |
|---|---|
| Up | Jump |
| Left | Move left |
| Right | Move right |
- Collect all the coins to complete the level
- Avoid the lava!
