|
6 anni fa | |
---|---|---|
.gitignore | 6 anni fa | |
README.md | 6 anni fa | |
admin_console.py | 6 anni fa | |
client_controller.py | 6 anni fa | |
connection.py | 6 anni fa | |
cool_query.py | 6 anni fa | |
create_new_key.py | 6 anni fa | |
create_new_stock.py | 6 anni fa | |
db_setup.py | 6 anni fa | |
game.py | 6 anni fa | |
model.py | 6 anni fa | |
run_client.py | 6 anni fa | |
run_db_setup.py | 6 anni fa | |
run_server.py | 6 anni fa | |
server_controller.py | 6 anni fa | |
util.py | 6 anni fa |
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