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_cors

-> pip install qiskit

-> pip install qiskit-aer

7. Make sure that main.py is in the same directory where you will run the flask server. You can for example check this out by running "ls" in your powershell


8. Run the Flask server via "flask --app main run"

If you see this message, everything should be fine:

 * Serving Flask app 'main'

 * Debug mode: off

WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.

 * Running on http://127.0.0.1:5000

Press CTRL+C to quit



Contributors:

Emre Çamkerten: Emre Çamkerten | LinkedIn 

Yasemin Poyraz Koçak: Yasemin Poyraz Koçak | LinkedIn

Fizza Azhar

Resources used:

Background Elements · Kenney

Mario`s top down by jiwooji (itch.io)

https://depositphotos.com/tr/vectors/super-mario.html

Download

Download
main.py 2 kB
Download
Demo.mp4 18 MB
Download
Explanation.mp4 41 MB

Leave a comment

Log in with itch.io to leave a comment.