Neamar / corporate

It's not a game, it's The Game.
http://corporategame.me
9 stars 1 forks source link

Corporate game

Circle CI

You think this is a game? This is not. This is only The Game.

What's this ?

Corporate Game (CG) is a small, fun online game. Players compete to trade corporations assets, hoping to one day beat the market.

Installation

Install python environment in visual studio and Python 2.7 64bits Open corporate-vs.sln in visual studio Create Python env with python 2.7 Install requirements with requirements.txt Right clic on project/Python :

Game data

Rules can be found in data/docs/index.md.

Tasks list

Number between [] is the resolution order.

Orders list

RUN WITH DOCKER

docker run -p 8000:8000 --name=corpo corporate bash -c "python manage.py collectstatic --noinput && python manage.py migrate && gunicorn corporate.wsgi -w $(( 2 * `cat /proc/cpuinfo | grep 'core id' | wc -l` + 1 )) -b 0.0.0.0:8000 --timeout 1200 --access-logfile '-' --error-logfile '-' --worker-tmp-dir /dev/shm --log-level INFO"