|
|
%!s(int64=7) %!d(string=hai) anos | |
|---|---|---|
| .gitignore | %!s(int64=7) %!d(string=hai) anos | |
| README.md | %!s(int64=7) %!d(string=hai) anos | |
| admin_console.py | %!s(int64=7) %!d(string=hai) anos | |
| client_controller.py | %!s(int64=7) %!d(string=hai) anos | |
| connection.py | %!s(int64=7) %!d(string=hai) anos | |
| cool_query.py | %!s(int64=7) %!d(string=hai) anos | |
| create_new_key.py | %!s(int64=7) %!d(string=hai) anos | |
| create_new_stock.py | %!s(int64=7) %!d(string=hai) anos | |
| db_setup.py | %!s(int64=7) %!d(string=hai) anos | |
| debug.py | %!s(int64=7) %!d(string=hai) anos | |
| game.py | %!s(int64=7) %!d(string=hai) anos | |
| model.py | %!s(int64=7) %!d(string=hai) anos | |
| run_client.py | %!s(int64=7) %!d(string=hai) anos | |
| run_db_setup.py | %!s(int64=7) %!d(string=hai) anos | |
| run_server.py | %!s(int64=7) %!d(string=hai) anos | |
| server_controller.py | %!s(int64=7) %!d(string=hai) anos | |
| util.py | %!s(int64=7) %!d(string=hai) anos |
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
echo debug = False > debug.py &&\
python -OO -m PyInstaller run_client.py &&\
echo debug = True > debug.py
where pyinstaller can be installed using pip.
On the server you can install the required packages using pip:
pip3 install bottle requests
and start the server using
python3 -OO run_server.py