Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrspeaker/drip-2d
Game framework with CoffeeScript
https://github.com/mrspeaker/drip-2d
Last synced: 14 days ago
JSON representation
Game framework with CoffeeScript
- Host: GitHub
- URL: https://github.com/mrspeaker/drip-2d
- Owner: mrspeaker
- Created: 2011-01-20T09:50:50.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-21T11:29:31.000Z (almost 14 years ago)
- Last Synced: 2024-10-10T22:49:00.164Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://mrspeaker.github.com/Drip-2D/
- Size: 199 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Drip 2D: CoffeeScript game framework
by [Mr Speaker](http://www.mrspeaker.net/)
(code structure and bits of code liberally borrowed from MetaGun)(The start of) An extremely simple skeleton to base 2D games. It's
all in CoffeeScript - check the src directory.To run: *open index.html*
Or: [here's a demo](http://mrspeaker.github.com/Drip-2D/)
To update the scripts:
coffee -w -b -o src/ -c scripts/
I'm working on a better build system to join all the files into
one (and minify)... but for now you just have to include a
boat-load of script files in your index.html.## Next TODOs:
* Generic collision (behaviour/component based?)
* Fix timing loop (+ frame counter etc)
* Load art to canvas and crop
* Anim player