renanbastos93 / hangman-go

This is a hangman game via terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

// 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

About

This is a hangman game via terminal

License:MIT License


Languages

Language:Go 100.0%