QMario
- January 15, 2024
- equbitc18
How to properly start the game: 1. Make sure you have installed python 3.9 in your computer 2. Download the main.py file 3. Make a virtual environment to run the server via "python -m venv flask_env" using PowerShell 4. Activate the virtual environment via ".\flask_env\Scripts\Activate.ps1" 5. Install Flask via "pip install Flask" 6. Install the other dependencies via -> pip install flask_c…