Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# hangman
🚨Create hangman game in golang

Try 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.go

or

make run
```