Sidescroller
⚠️ DEPRECATED A side scrolling shooter using CoffeeScript and HTML5 Canvas.
Install / Use
/learn @payload/SidescrollerREADME
sidescroller
- point your browser to [the game](compile it yourself, please) and play a simple side scrolling shooter!
- it is allready kind of fun!
using
- CoffeeScript and JavaScript
- I learned about JavaScript failures and CoffeeScript. So I ported my code to CoffeeScript.
- HTML5 Canvas
- hey, it has a 2D graphics API which is not a pain!
- well, setting colors with an alpha value is weird
- GNU make
- it sucks and does its job
- also the Makefile is public domain
- GNU AGPL 3
- this is free software
- VT323 font
- by Peter Hull, licensed as SIL OFL 1.1
- http://flattr.com/
- yes, you can give me money
- a sound file
- there is this file: stuff/laser.ogg. It is public domain, srsly!
- http://whatthecommit.com
[alias]
komit = "!git commit -m\"`curl -s http://whatthecommit.com/|sed -n '/<p>.*$/s/<[^>]*>//gp'`\""
