Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/renanbastos93/hangman-go

This is a hangman game via terminal
https://github.com/renanbastos93/hangman-go

game go golang hangman-cli hangman-game

Last synced: 18 days ago
JSON representation

This is a hangman game via terminal

Awesome Lists containing this project

README

        

# hangman-go
This is a hangman game via terminal

### basic rules
* choice a word each work the game
* you have 6 chance to wrong

### Getting Starter
```bash
// later of clone it just opens the folder and execute command bellow
$ go run main.go

+----+
| |
O |
/|\ |
/ |
|
==========
Word: [c o m p u t e r]
You are a winner...
```
So we go to open a socket waiting for your interaction via terminal, later you can starting game.

#### *_Good Luck_*