Aucune description

Eren Yilmaz 0a308ded4d show depot value il y a 6 ans
.gitignore 03cb454842 write about compilation il y a 6 ans
README.md 6c6ffaf3eb listen on all ip addresses il y a 6 ans
admin_console.py 784810b55c deleting orders, leaderboard and register crash fix il y a 6 ans
client_controller.py 0a308ded4d show depot value il y a 6 ans
connection.py 784810b55c deleting orders, leaderboard and register crash fix il y a 6 ans
cool_query.py 784810b55c deleting orders, leaderboard and register crash fix il y a 6 ans
create_new_key.py 784810b55c deleting orders, leaderboard and register crash fix il y a 6 ans
create_new_stock.py 784810b55c deleting orders, leaderboard and register crash fix il y a 6 ans
db_setup.py 784810b55c deleting orders, leaderboard and register crash fix il y a 6 ans
game.py 03cb454842 write about compilation il y a 6 ans
model.py 0a308ded4d show depot value il y a 6 ans
run_client.py 784810b55c deleting orders, leaderboard and register crash fix il y a 6 ans
run_db_setup.py f3eb6d15bd more fixing trades il y a 6 ans
run_server.py 784810b55c deleting orders, leaderboard and register crash fix il y a 6 ans
server_controller.py 0a308ded4d show depot value il y a 6 ans
util.py 4dc993f04b fix assertion il y a 6 ans

README.md

README

Compilation

The server is intended to be run within a python 3.6 environment on the host specified in connection.py. The client is intended to be compiled with

pyinstaller run_client.py

where pyinstaller can be installed using pip.

On the server you can install the required packages using pip:

pip3 install bottle requests