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

https://github.com/thecodejack/emberjs-zatacka-game

A multiplayer TRON game made using ember.js
https://github.com/thecodejack/emberjs-zatacka-game

Last synced: about 1 year ago
JSON representation

A multiplayer TRON game made using ember.js

Awesome Lists containing this project

README

          

emberjs-zatacka-game
====================

A multiplayer TRON game made using ember.js

Click Here to see preview

The game has been started to test my EmberJS learning and imporved on the way. Inspired from backbone app of avinash's Zatacka

Some Points
-----------
The game has taken many advantages of emberJS like property bindings and some EmberJS's native functions. This really made the application look smaller in terms of LOC over Backbone App. But that may have affected the rendering in the game which i will work and correct it soon.

ToDos
-----
1) Working on using Socket.io to make game playable online.
2) Rendering Issues.