https://github.com/strd6/pixieengine
This magical engine makes all of your wildest dreams come true
https://github.com/strd6/pixieengine
Last synced: about 1 year ago
JSON representation
This magical engine makes all of your wildest dreams come true
- Host: GitHub
- URL: https://github.com/strd6/pixieengine
- Owner: STRd6
- Created: 2011-03-16T02:48:12.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-25T07:30:08.000Z (about 15 years ago)
- Last Synced: 2025-04-13T02:42:07.615Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 5.05 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Just another CoffeeScript game engine.
Snippets
Horizontal Moving Block
I.x = 0.5 * (640 - I.width) * (1 + Math.cos(I.age * Math.TAU / 240))