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