๐Ÿ“ฆ payload / sidescroller

๐Ÿ“„ README.md ยท 33 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33# 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](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 '/<p>.*$/s/<[^>]*>//gp'`\""