Skip to content

nicumicle/gohangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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