/go-hangman

Hangman game implementation in CLI with Go.

Primary LanguageGo

Hangman game in Go

Requirements for development:

Usage:

To install dependencies, type make depends (make sure your GOPATH is set)

To run from source, in terminal type make

To run tests, type make test