This is a game called junper similar to hangman. The program takes a random word from a list of about 850 words and has you try to guess the letters of the random word. If you guess wrong a level of the parachute will disapear for the jumper, but if you get one right you will be one step closer to winning!
Make sure you have dotnet 6.0 or newer installed on your machine. Open a terminal and browse to the project's root folder. Start the program by running the following commands.
dotnet build
dotnet run
The project files and folders are organized as follows:
root (project root folder)
+-- Game (source code folder)
+-- Program.cs (program entry point)
+-- README.md (general info)
+-- Cse210Starter.csproj (dotnet project file)
## Author
Justin Morley