Rudimentary Hangman game built using Go
Go to file
raul 0bb8fee9a3 Testing pushing to another branch 2024-02-15 09:12:34 +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 Added checking for repeating wrong characters 2024-02-15 06:50:36 +01:00
main.go Testing pushing to another branch 2024-02-15 09:12:34 +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