Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.37 KB

README.md

File metadata and controls

46 lines (25 loc) · 1.37 KB

Snowball Jumper

Story

This game was born as a way to spend two days of my Christmas holidays. I came up with the idea of a winter or Christmas related game applying some rules to the development process:

  • Don't spend more than two days in the development
  • Don't use any game framework
  • Paint my own sprites and background
  • Pixels everywhere

To sum up, I wanted to make a game just for fun as my last project of the year 2017.

Due to the two days limitation there are some code decissions I'm not proud of but I decided to keep that way simply because it works.

This is the result of that idea, a winter game that reflects a certain moment of the end of 2017 to me.

Probably I will add some improvements and refactor in my spare time from here on.

Resources

Music

The music and the sounds have been made by my good friend Antonio Vicente, an excellent developer and even better musician. I asked him to play the game and then, according to his own gaming experience, I gave him the freedom to come up with the sounds he felt would fit best. Thank you Antonio!

Font

Another resource I had to use for the game itself is the awesome font: Press Start 2P! Thank you very much!

Missing features

  • Service worker
  • Web Manifest

Build

npm run build

Run

npm run serve

License

MIT