Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t-kalv/micro-nea-hangman
A Micro-NEA CLI Hangman game made using C#
https://github.com/t-kalv/micro-nea-hangman
csharp hangman
Last synced: 3 days ago
JSON representation
A Micro-NEA CLI Hangman game made using C#
- Host: GitHub
- URL: https://github.com/t-kalv/micro-nea-hangman
- Owner: T-Kalv
- Created: 2022-04-11T17:05:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T13:13:41.000Z (almost 2 years ago)
- Last Synced: 2023-07-16T13:28:38.890Z (over 1 year ago)
- Topics: csharp, hangman
- Language: C#
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Micro-NEA-Hangman
A Micro-NEA CLI Hangman game made using C#.![image](https://user-images.githubusercontent.com/48865863/162793409-d965bb2d-1ea5-4b19-b593-fc358fde5954.png)
I made this game in cs and I wanted to have this game in a GUI but they forced me to use a CLI so I'm stuck with this one.
It's based on the classic childhood Hangman game where the goal is to simply find the missing letters/words that make up the final word/words. If the guessed letter exits in the final word, then all the places in the answer where that letter appers is revealed. You keep entering letters until the final word has been guessed. However, every time a guessed letter is incorrect then you use a life and the hangman starts to appear and build itself. Basically you need to guess the correct letters to get to the correct final word before the hangman dies.
In the code I only have one word for the user to guess. Feel free to add more words. The longer the words the better.
# What's in this repository
Located in this repository you'll find basically all the files needed to run Hangman duh...