city41 / breakouts

A collection of JS engine implementations of Breakout
http://jsbreakouts.mattgreer.dev
542 stars 117 forks source link

http://jsbreakouts.org/ submission: Kiwi.js #58

Closed ghost closed 10 years ago

ghost commented 10 years ago

Submission from Kiwi.js, an upcoming open-source HTML5 game engine due to release 21 May, 2014.

city41 commented 10 years ago

awesome, thanks man! I'll get this merged in as soon as I can.

ghost commented 10 years ago

Oh wow that's fast. Also, we're adding some blueprints to http://www.kiwijs.org/documentation/blueprints/ and wanted to make a Breakout one using this, just wondering wha the license is on your assets?

city41 commented 10 years ago

How about MIT? Any non restrictive license works for me. I'll update the README and stuff with that info.

ghost commented 10 years ago

MIT sounds awesome man, thanks!

city41 commented 10 years ago

@stupidlikeafox KiwiJS version is now live on the site: http://jsbreakouts.org

I made some minor tweaks to the Kiwi version to make it match the other versions better and work on phones (only tested on my iPhone so far)

Thanks for the implementation! Kiwi looks great, looking forward to digging into it!