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
- Host: GitHub
- URL: https://github.com/m-bo-one/bbg
- Owner: m-bo-one
- Created: 2017-03-24T11:34:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-17T19:57:21.000Z (over 7 years ago)
- Last Synced: 2025-02-05T08:51:01.701Z (3 months ago)
- Topics: django, es6, game, go, gulp, kafka, phaser, protocol-buffers, python3
- Language: JavaScript
- Homepage: http://bbgdev1.ga/
- Size: 1.19 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bbg (http://bbgdev1.ga/)
===bbg online tanks

## 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`