Skip to content

Releases: AlexCami1902/MajorProject

TestingRelease(v1.1.0)

24 May 01:22
15722d2

Choose a tag to compare

Release for further testing by our second round of testers.

What's Changed

Full Changelog: v1.0.1...v1.1.0

TestingRelease(v1.0.1)

07 May 04:11
8bab1e3

Choose a tag to compare

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.py
  • inputs.py
  • main.py
  • requirements.txt
  • result.py
  • shared.py
  • startmatch.py

Fonts Folder

Create a folder named Fonts in your project directory and place the following font files inside:

  • PublicSans-Bold.ttf
  • PublicSans-Black.ttf
  • Roboto-Bold.ttf

⚠️ Missing files?
If any of these files are missing, please contact Alexander Camilleri.


🔧 Installation Instructions

  1. Open the terminal (bash) in VS Code.
  2. Install the required dependencies using pip:
python3 -m pip install -r requirements.txt

▶️ Starting the Game
To launch the game, run:

python startmatch.py

Enjoy and Play On! 🎮

TestingRelease(v1.0.0)

06 May 00:07
9cdb4c0

Choose a tag to compare

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.py
  • inputs.py
  • main.py
  • requirements.txt
  • result.py
  • shared.py
  • startmatch.py

Fonts Folder

Create a folder named Fonts in your project directory and place the following font files inside:

  • PublicSans-Bold.ttf
  • PublicSans-Black.ttf
  • Roboto-Bold.ttf

⚠️ Missing files?
If any of these files are missing, please contact Alexander Camilleri.


🔧 Installation Instructions

  1. Open the terminal (bash) in VS Code.
  2. Install the required dependencies using pip:
python3 -m pip install -r requirements.txt

▶️ Starting the Game
To launch the game, run:

python startmatch.py

Enjoy and Play On! 🎮