/hangman

Primary LanguageC#MIT LicenseMIT

Project Title


By Isaac Moreno 👨‍💻

Click here to view project.

Description 📝

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Prerequisites 🖥️

  • .NET 5 SDK
  • A text editor like VScode | Atom | Sublime
  • A command line interface like Terminal or Gitbash to run and interact with the console app.

Setup/Installation Instructions 📁

  1. Clone the repository: % git clone https://github.com/isaacrmoreno/MyProject.Solution
  2. Navigate to the MyProject.Solution directory on your computer
  3. Open with your preferred text editor to view code
  4. To run the console app:
  5. To run the console app:
    • Navigate to MyProject.Solution/MyProject in your command line
    • Run the command dotnet restore to restore the dependencies that are listed in the .csproj
    • Run the command dotnet build to build the project and its dependencies into a set of binaries
    • Finally, run the command dotnet run to run the project!
    • Note: dotnet run also restores and builds the project, so you can use this single command to start the console app
  6. To run tests:
    • Navigate to MyProject.Solution/MyProject.Tests in your command line.
    • Run the command dotnet restore to restore the dependencies that are listed in the .csproj
    • Finally, run the command dotnet test to run the tests!

Bugs 🐛

No known issues

Technologies Used 💾

csharp visual-studio-code

Contact ✉️

GitHub | Email


Copyright and License ⚖️

MIT License © 2021 Isaac Moreno

CheckLetter('a') if letter is in the word =>