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
- Host: GitHub
- URL: https://github.com/thecodejack/emberjs-zatacka-game
- Owner: thecodejack
- Created: 2013-03-04T17:07:48.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-29T12:18:52.000Z (about 13 years ago)
- Last Synced: 2025-02-28T18:47:30.668Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://thecodejack.github.com/emberjs-zatacka-game/
- Size: 1020 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.