I have a real-time tile / strategy strategy game of a map strategy that I create using client-side JavaScript, however I want to use an existing library or libraries that may have thought of some problems more methodically than I would have been able just get started.
For example, I look at Ember.js (playing with Backbone a bit and even Meteor), but it seems that I am missing some options, because you can use utilities that may already be in place. What js development libs games have you used or seen that might be useful in this context?
source share