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

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

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))