raul
6656971e10
Players could input guesses such as "b FOOBAR" with the program still picking up the "b" character, any input with spaces in it will now be ignored. |
||
---|---|---|
.gitignore | ||
LICENSE.md | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go | ||
words.txt |
README.md
hangman
Rudimentary Hangman game built using Go