Rudimentary Hangman game built using Go
Go to file
raul 729d871229 Moved file-reader into its own repo
Accidentally built hangman while practicing opening and reading from
text files. This is fun
2024-02-14 11:23:43 +00:00
.gitignore Initial commit 2024-02-14 12:21:01 +01:00
LICENSE Initial commit 2024-02-14 12:21:01 +01:00
README.md Initial commit 2024-02-14 12:21:01 +01:00
go.mod Moved file-reader into its own repo 2024-02-14 11:23:43 +00:00
main.go Moved file-reader into its own repo 2024-02-14 11:23:43 +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