raul
7a8714a727
My last ditch attempt at making sense out of this codebase by separating the functions into files, should make the project easier to read, but this'll probably be my last commit for hangman for a long while. |
||
---|---|---|
.gitignore | ||
LICENSE.md | ||
README.md | ||
game.go | ||
go.mod | ||
go.sum | ||
logic.go | ||
main.go | ||
tools.go | ||
words.txt |
README.md
hangman
Rudimentary Hangman game built using Go