https://github.com/hermanya/js13k-2015
🏃♂️ Endless runner game heavily based on CSS
https://github.com/hermanya/js13k-2015
Last synced: 11 months ago
JSON representation
🏃♂️ Endless runner game heavily based on CSS
- Host: GitHub
- URL: https://github.com/hermanya/js13k-2015
- Owner: Hermanya
- Created: 2015-09-11T02:46:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-27T16:18:31.000Z (over 8 years ago)
- Last Synced: 2025-07-01T23:07:20.163Z (about 1 year ago)
- Language: CSS
- Homepage: https://hermanya.github.io/js13k-2015
- Size: 682 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Drake's quest :runner:
----------------------

My entry for [js13k](http://js13kgames.com/) 2015 game contest.
It's a typical "turn right, left, and jump" runner game. Unlike most of other games, submitted for the contest, this one is heavily based on CSS3. Which, it seems, led to <6k final package size.
### Controls
- turn right and left with arrow keys
- jump with space
- press any key to start
### I want to thank
- [Andrzej Mazur](http://end3r.com/) for maintaining this contest
- [Lea Verou](http://lea.verou.me) for inspiration
- [Andrej Hronco](http://www.keithmcmillen.com/blog/making-music-in-the-browser-web-audio-api-part-1/) for a nice tutorial on audio api
- [Jerry Momoda](http://jerrymomoda.com/analysis-endless-runners/) for a great overview of the genre
### Browser Support
- Best performance is in latest chrome
- Game also works in firefox

### Features
- zoom in on start screen
- screenshots in readme
### Bugs
- double down rendering from side
### Done
- run animation
- static track
* straight
* right, left
* jump
* top, down
- moving track
- jump animation
- player hands
- step sounds
* run, jump
- initial screen
* controls
- controls, game over validation (conf)
* jump, turn
- fall animation
* water, aside, forward
- jump is too short
- make initial background move back and become transparent
- fix shadow
- show next key on the screen