Installation

To get started, follow these steps:

  1. Open a terminal and clone the repository:
  git clone https://github.com/Lo-rraine/TopScorers.git

This will create a directory called "TopScorers" containing the project files.

  1. Open the project in Visual Studio:
    • select the solution file
    • image
  2. Copy the data files
    • right click on the solution and select 'Open Folder in File Explorer'
    • Navigate to the bin\Debug\net6.0 directory.
    • Copy your data files into this directory.
    • It should look the image below
    • image
  3. Run the solution:
    • Switch back to Visual Studio.
    • Press F5 to run the solution.

Testing

  1. To view how the programme works with the different variations of the testData files
    • open program.cs on line 11 and replace the name with the file you would like to use
    • image -mods