Rudimentary Hangman game built using Go
Go to file
raul 6656971e10 Spaced guesses no longer pass sanity checks
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.
2024-02-23 07:37:28 +00:00
.gitignore Initial commit 2024-02-14 12:21:01 +01:00
LICENSE.md Testing LICENSE name 2024-02-15 10:51:01 +00:00
README.md Initial commit 2024-02-14 12:21:01 +01:00
go.mod Added OS-agnostic screen clearing 2024-02-19 10:56:42 +00:00
go.sum Added OS-agnostic screen clearing 2024-02-19 10:56:42 +00:00
main.go Spaced guesses no longer pass sanity checks 2024-02-23 07:37:28 +00:00
words.txt Moved file-reader into its own repo 2024-02-14 11:23:43 +00:00

README.md

hangman

Rudimentary Hangman game built using Go