๐Ÿ“ฆ payload / sidescroller

โš ๏ธ DEPRECATED A side scrolling shooter using CoffeeScript and HTML5 Canvas.

โ˜… 11 stars โ‘‚ 2 forks ๐Ÿ‘ 11 watching โš–๏ธ GNU Affero General Public License v3.0
๐Ÿ“ฅ Clone https://github.com/payload/sidescroller.git
HTTPS git clone https://github.com/payload/sidescroller.git
SSH git clone git@github.com:payload/sidescroller.git
CLI gh repo clone payload/sidescroller
payload payload README: no website right now 4167c36 12 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ coffee
๐Ÿ“ js
๐Ÿ“ stuff
๐Ÿ“„ .gitignore
๐Ÿ“„ COPYING
๐Ÿ“„ index.html
๐Ÿ“„ Makefile
๐Ÿ“„ README.md
๐Ÿ“„ README.md

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

  • 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
  • yes, you can give me money
  • a sound file
  • there is this file: stuff/laser.ogg. It is public domain, srsly!
  • http://whatthecommit.com
  • you won't see any sane commit message in this project!
  • credits for this git alias go to _john and dodo

[alias]

komit = "!git commit -m\"curl -s http://whatthecommit.com/|sed -n '/<p>.*$/s/<[^>]*>//gp'\""