Forkaholics / game-off-2012

The GitHub Game Off 2012 is a game jam / hackathon / coding challenge to create an open source a web-based game
https://github.com/blog/1303-github-game-off
0 stars 0 forks source link

Toolkit #2

Open travisby opened 11 years ago

travisby commented 11 years ago

What are we going to use to develop this project?

travisby commented 11 years ago

Linter? We are going to attempt to work "github-flow" flor development http://scottchacon.com/2011/08/31/github-flow.html

trescenzi commented 11 years ago

For working with canvas we have a few choices. After a tiny bit of research I'm looking at both EaselJS or CraftyJS. I think I like CraftyJS better because I like foxes. That's about how much research I've done so far.

travisby commented 11 years ago

CraftyJS seems to have a really small API

travisby commented 11 years ago

Although the benefit is that sound and animation are built into one library, where with Easel we have to use their suite for the extra features

trescenzi commented 11 years ago

Yea I think it would be nice because it's built specifically for games while Easel, which probably more powerful, isn't as specific.