Captain Reverso - a js13kGames 2015 entry.
You're a truck driver named Bob, who wakes up one day with a huge hangover, realizing that for some mysterious reason all other truckers disappeared... That's how Captain Reverso is born!
This year's competition theme was Reversed and flawless reversing is Captain Reverso's super power!
Your quest is to park all the trailers on time and safe the world from complete chaos.
Final size: 13.311 bytes
Play the game: http://pixelchinchilla.com/captainreverso/
- w, a, s, d / arrows - drive / menu navigation
- space / enter - attach/detach trailer / menu click
- escape - pause game
Use Chrome or Safari for the best user experience. The game also runs Firefox (crap performance) and IE11 (no sound).
- clone the repository
- run
npm install
- type
npm run-script build
to build a minified version of the game - type
npm run-script dist
to deploy the game to a ZIP package
MIT