Skip to content

offeringofpie/skifree

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

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