Rudimentary Hangman game built using Go
Go to file
raul 5e1c4315fc Improved error handling for inputting lives
Also added the ability to view the secret word after losing
2024-02-20 08:26:01 +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 Improved error handling for inputting lives 2024-02-20 08:26:01 +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