An open API service indexing awesome lists of open source software.

https://github.com/helomdrs/thehangman

A simple console Hang Man game in C#
https://github.com/helomdrs/thehangman

csharp unity

Last synced: about 2 months ago
JSON representation

A simple console Hang Man game in C#

Awesome Lists containing this project

README

          

# The Hang Man

A simple Hang Man game made with C# as the first module of an Unity training.
------------
### Features
- Bank of words available for matches on a external txt file with a bunch of words;
- Can be played infinitely;
- Used only git bash for git management;
------------
### How to Install
- Download the repo
- Open the project in Visual Studio (made with VS Community 2022 64 bits ver 17.8.2)
- Run `Program.cs`
------------
### For Kokkuers
- [Confluence Page](https://kokkugames.atlassian.net/wiki/spaces/~551654817/pages/869924922/C+Hangman)
------------
### References
- [Git Docs](https://git-scm.com/docs)
- [Curso de C# - Aprenda o essencial em 5 HORAS](https://www.youtube.com/watch?v=PKMm-cHe56g&t=16507s)
- [Curso POO em C#](https://www.youtube.com/@cursosaspnet/streams)
- [Git Cheatsheet](https://ndpsoftware.com/git-cheatsheet.html#loc=index)