/gohangman

GO Hangman - simple game in GO LANG

Primary LanguageGoMIT LicenseMIT

Hangman written in GO

In this repository I've implemented the "Hangman" game in Go.

It's a simple terminal game where you need to guess the word.

Run the game

go run main.go

Run the tests

go test *.go -v

Build

go build

Screenshots

First screen

User Won

User loses