Skip to content

offeringofpie/skifree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skifree

Skifree clone built in Javascript

Try now

And from that day on, I wore this little 'F' key pendant everywhere I went.

Development start

Install the required dependencies by typing npm install or yarn.
Start the test server by running npm start or yarn start.
To make the code production-ready, run npm run build or yarn build.

TODO

sprites

  • player placement
  • obstacle placement
  • Objects placement
    • Messages

movement

  • fps throttle
  • keyboard control
  • mouse control
  • smoother speed control
  • Press 'F' to pay respects to the monster
  • jumping
    • flipping

collision

  • hit test
  • crash state
  • game reset

UI

  • scoreboard
    • Timer
    • speed
    • Distance
    • Style
    • Pause
    • Restart
  • Game Over Messages
  • Start Button
  • Share

other

  • canvas setup
  • West wing
  • East wing
  • yeti
  • extra (rare) obstacles
  • tests