Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 762 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 762 Bytes

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.