Skip to content

js13kGames/drakes-quest

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Drake's quest ๐Ÿƒ

drake's dream

My entry for js13k 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

Browser Support

  • Best performance is in latest chrome
  • Game also works in firefox

drake's dream

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

Releases

No releases published

Packages

 
 
 

Languages

  • CSS 59.2%
  • JavaScript 30.6%
  • HTML 8.9%
  • Shell 1.3%