Home

Awesome

demo

hangman

A Go TUI Hangman game built with the lovely BubbleTea framework.

This project exists to teach myself Go and learn about BubbleTea because it looks like an understandable, powerful, and pleasing looking TUI framework. My past attempt at a TUI in Python didn't go so well. It's already going much better with this project :)

Installation

The easiest way to run hangman is to use one of the pre-compiled binaries in the Releases.

Or install it with go:

go install github.com/braheezy/hangman@latest

Or from source, clone the project and run:

go run main.go

Enjoy!

Feature Status :partying_face:

The following is to be implemented:

More

Light mode support :partying_face:

demo

Contributing

Please contribute! For small things, please fork and open a PR. For large changes, please submit an Issue first.