Hello this is our application implementation. Our app helps people find other to play board games with. With an accessible interface and intuitive design it is much easier to find other to game with.
This application uses python 3.10.9. If you DO NOT use python 3.10.9 the application may not work. Please keep that in mind.
- First download the prototype zip of the game and unzip it.
- Next set up a python environment that uses python 3.10.9
- Download the dependencies.
- Navigate to the boardFinder Folder.
- Install the python libraries with the command
pip install -r app/requirements.txt
- Wait for the python Libraries.
- Then run the app using
python app/main.py
If you do not do all of these step in this order you maybe unable to run the code or the code my not run at all.