Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/20tab/robotab
https://github.com/20tab/robotab
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/20tab/robotab
- Owner: 20tab
- License: mit
- Created: 2014-05-24T07:02:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-13T11:46:54.000Z (about 10 years ago)
- Last Synced: 2024-10-15T23:48:37.225Z (2 months ago)
- Language: JavaScript
- Size: 19.5 MB
- Stars: 2
- Watchers: 8
- 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
![alt tag](https://github.com/20tab/robotab/blob/master/static/img/screens/screen_one.png)
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).