Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/renanbastos93/hangman-go
- Owner: renanbastos93
- License: mit
- Created: 2020-07-29T03:22:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T06:35:44.000Z (over 4 years ago)
- Last Synced: 2024-05-01T22:52:56.094Z (7 months ago)
- Topics: game, go, golang, hangman-cli, hangman-game
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_*