Releases: AlexCami1902/MajorProject
TestingRelease(v1.1.0)
Release for further testing by our second round of testers.
What's Changed
- Update inputs.py by @AlexCami1902 in #39
- Update inputs.py by @AlexCami1902 in #40
- Update main.py by @AlexCami1902 in #41
- Update main.py by @AlexCami1902 in #42
- Update main.py by @AlexCami1902 in #43
- Update main.py by @AlexCami1902 in #44
- Update inputs.py by @AlexCami1902 in #45
- Update main.py by @AlexCami1902 in #46
- Update inputs.py by @AlexCami1902 in #47
- Update main.py by @AlexCami1902 in #48
- Add files via upload by @AlexCami1902 in #49
- Update coinflip.py by @AlexCami1902 in #50
- Update main.py by @AlexCami1902 in #51
Full Changelog: v1.0.1...v1.1.0
TestingRelease(v1.0.1)
MyScore Quick Start Guide (v1.0.0)
Author: Alexander Camilleri
Status: Version 1.0.1 released for testing
##Fixes
- Minor bug fixes
- Updated requirements.txt to fix install issues
📦 Download Package
Download the Major_Project_Feedback.zip package from Google Drive.
It should contain the following files and folders:
Python Files
button.pyinputs.pymain.pyrequirements.txtresult.pyshared.pystartmatch.py
Fonts Folder
Create a folder named Fonts in your project directory and place the following font files inside:
PublicSans-Bold.ttfPublicSans-Black.ttfRoboto-Bold.ttf
⚠️ Missing files?
If any of these files are missing, please contact Alexander Camilleri.
🔧 Installation Instructions
- Open the terminal (bash) in VS Code.
- Install the required dependencies using pip:
python3 -m pip install -r requirements.txt
To launch the game, run:
python startmatch.py
Enjoy and Play On! 🎮
TestingRelease(v1.0.0)
MyScore Quick Start Guide (v1.0.0)
Author: Alexander Camilleri
Status: Version 1.0.0 released for testing
📦 Download Package
Download the Major_Project_Feedback.zip package from Google Drive.
It should contain the following files and folders:
Python Files
button.pyinputs.pymain.pyrequirements.txtresult.pyshared.pystartmatch.py
Fonts Folder
Create a folder named Fonts in your project directory and place the following font files inside:
PublicSans-Bold.ttfPublicSans-Black.ttfRoboto-Bold.ttf
⚠️ Missing files?
If any of these files are missing, please contact Alexander Camilleri.
🔧 Installation Instructions
- Open the terminal (bash) in VS Code.
- Install the required dependencies using pip:
python3 -m pip install -r requirements.txt
To launch the game, run:
python startmatch.py
Enjoy and Play On! 🎮