https://github.com/20tab/robotab
https://github.com/20tab/robotab
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/20tab/robotab
- Owner: 20tab
- License: mit
- Created: 2014-05-24T07:02:55.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-13T11:46:54.000Z (over 11 years ago)
- Last Synced: 2025-03-24T20:25:21.204Z (about 1 year ago)
- Language: JavaScript
- Size: 19.5 MB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Robotab
=======
Source code of Robotab, an HTML5 multiplayer game demo by [20tab](http://20tab.com)
Play online at http://robotab.20tab.com

Reading the code
----------------
At the moment the code is pretty much raw and undocumented (I'll take care of it in the future), but still easy to read.
You will find the most interesting part (server side game logic) inside [robotab_bullet.py](https://github.com/20tab/robotab/blob/master/robotab_bullet.py).
The client side part (Three.js graphic and command handling) instead is inside [robotab_bullet.js](https://github.com/20tab/robotab/blob/master/static/js/robotab_bullet.js).