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#
- Host: GitHub
- URL: https://github.com/helomdrs/thehangman
- Owner: helomdrs
- License: mit
- Created: 2023-11-23T14:11:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T21:30:30.000Z (over 2 years ago)
- Last Synced: 2025-03-18T10:18:45.895Z (over 1 year ago)
- Topics: csharp, unity
- Language: C#
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)