Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pooulad/hangman
🚨Create hangman game in golang
https://github.com/pooulad/hangman
golang hangman-game
Last synced: about 4 hours ago
JSON representation
🚨Create hangman game in golang
- Host: GitHub
- URL: https://github.com/pooulad/hangman
- Owner: pooulad
- License: mit
- Created: 2023-11-29T11:06:20.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-29T21:25:47.000Z (12 months ago)
- Last Synced: 2024-06-21T18:55:18.471Z (5 months ago)
- Topics: golang, hangman-game
- Language: Go
- Homepage:
- Size: 252 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hangman
🚨Create hangman game in golangTry to keep your character alive. you have 5 chance and you should have 3 correct answers to finish the game
![game_demo](https://github.com/pooulad/hangman/blob/main/images/game.png)
### How to run game:
**Clone**
```bash
git clone https://github.com/pooulad/hangman.git
```
**Run**
```bash
go run main.goor
make run
```