https://github.com/elahe-dastan/hangman
Hangman gaming in Go
https://github.com/elahe-dastan/hangman
hangman hangman-cli hangman-game hangman-in-go
Last synced: 9 months ago
JSON representation
Hangman gaming in Go
- Host: GitHub
- URL: https://github.com/elahe-dastan/hangman
- Owner: elahe-dastan
- License: gpl-3.0
- Created: 2020-04-09T09:14:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T16:08:48.000Z (over 5 years ago)
- Last Synced: 2023-03-05T17:08:01.592Z (over 2 years ago)
- Topics: hangman, hangman-cli, hangman-game, hangman-in-go
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hangman
[](https://cloud.drone.io/elahe-dastan/Hangman)
### Implemented Hangman game using Go
There is a game loop in the main of the program which breaks whenever the player wins (there is no looser :joy:)
This code contains a directory called bank containing words which a random one is selected from, and a handler package
that is responsible for checking if the letter the player guesses is included in the word or not and also checks if the
game is finished.