An open API service indexing awesome lists of open source software.

https://github.com/payload/schwebstoff

an application for sidescroller
https://github.com/payload/schwebstoff

Last synced: about 2 months ago
JSON representation

an application for sidescroller

Awesome Lists containing this project

README

        

# sidescroller

* point your browser to [the game](http://payload.github.com/) and play a simple side scrolling shooter!
* it is allready kind of fun!

### using

* [CoffeeScript](http://jashkenas.github.com/coffee-script/) and JavaScript
* I learned about JavaScript failures and CoffeeScript. So I ported my code to CoffeeScript.
* [HTML5 Canvas](http://dev.w3.org/html5/2dcontext/)
* hey, it has a 2D graphics API which is not a pain!
* well, setting colors with an alpha value is weird
* [GNU make](http://www.gnu.org/software/make/)
* it sucks and does its job
* also the Makefile is public domain
* [GNU AGPL 3](http://www.gnu.org/licenses/agpl.html)
* this is free software
* [VT323 font](http://www.google.com/webfonts/family?family=VT323&subset=latin)
* by [Peter Hull](http://www.google.com/webfonts/designer?designer=Peter+Hull), licensed as [SIL OFL 1.1](http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL)
* 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
* you won't see any sane commit message in this project!
* credits for this git alias go to [_john](https://github.com/tuxcodejohn) and [dodo](https://github.com/dodo)

####

[alias]
komit = "!git commit -m\"`curl -s http://whatthecommit.com/|sed -n '/

.*$/s/<[^>]*>//gp'`\""