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

https://github.com/m-bo-one/bbg

Online tanks
https://github.com/m-bo-one/bbg

django es6 game go gulp kafka phaser protocol-buffers python3

Last synced: about 1 month ago
JSON representation

Online tanks

Awesome Lists containing this project

README

        

bbg (http://bbgdev1.ga/)
===

bbg online tanks

![alt tag](http://image.prntscr.com/image/e510e42d839143cbadc02ce5c294616f.png)

## Build system requirements
Go 1.8

Kafka 1.10.1

Python 3.5

Django 1.9

nodejs v4.2.6

npm 3.5.2

MySQL 5.7

## Deployment scripts
### Base installer
./deployment/install.sh

### Quick run for development
./deployment/run.sh

### Kill dev server
./deployment/kill.sh

### Or Docker (better)
`docker-compose build client server && docker-compose up -d`