- Create a C# script that can open up a text file (files can be found in src folder), and tell us the number that has repeated the fewest number of times. Each number is on it's own line and is an integer.
- If two numbers have the same frequency count, return the smaller of the two numbers.
- Solve the problem without using LINQ.
- Output example 1: File: 1.txt, Number: 32, Repetead: 3 times
- Print the output for all the files in a single run
- Create a repo on github and commit the files that you've staged in your local repository.
- Add a detailed instruction on how to setup/launch your project.
- Import Trash Dash from the Unity Asset Store.
- Increase lives from 3 to 5 (make sure 5 hearts appear on the scene and are being calculated properly during the game session).
- Increase the amount of active missions from 2 to 4 in the Mission List.
- Create a repo on github and commit the files that you've staged in your local repository.
- Add a detailed instruction on how to setup/launch your project.
- Write gameplay test cases based on Trash Dash gameplay logic.
- Add a PDF document to your Trash Dash repo.
- Add a detailed instruction on how to find the PDF file in your project.