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
- Host: GitHub
- URL: https://github.com/payload/schwebstoff
- Owner: payload
- License: agpl-3.0
- Created: 2011-05-14T23:08:26.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-05-14T23:12:08.000Z (about 14 years ago)
- Last Synced: 2025-02-10T09:11:47.556Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 297 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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'`\""