بدون توضیح

Eren Yilmaz 03cb454842 write about compilation 6 سال پیش
.gitignore 03cb454842 write about compilation 6 سال پیش
README.md 03cb454842 write about compilation 6 سال پیش
admin_console.py f3eb6d15bd more fixing trades 6 سال پیش
client_controller.py 03cb454842 write about compilation 6 سال پیش
connection.py 92409597b5 change host 6 سال پیش
cool_query.py f3eb6d15bd more fixing trades 6 سال پیش
db_setup.py f3eb6d15bd more fixing trades 6 سال پیش
game.py 03cb454842 write about compilation 6 سال پیش
letter_dist.csv de8942d61e work on orders and content generation 6 سال پیش
model.py 03cb454842 write about compilation 6 سال پیش
run_client.py 03cb454842 write about compilation 6 سال پیش
run_db_setup.py f3eb6d15bd more fixing trades 6 سال پیش
run_server.py 03cb454842 write about compilation 6 سال پیش
server_controller.py 12315684e5 some fixes on trades 6 سال پیش
util.py 03cb454842 write about compilation 6 سال پیش

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.