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

https://github.com/20tab/robotab


https://github.com/20tab/robotab

Last synced: 11 months ago
JSON representation

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).