Rudimentary Hangman game built using Go
Go to file
raul 7a8714a727 Reorganizing codebase
My last ditch attempt at making sense out of this codebase by separating
the functions into files, should make the project easier to read, but
this'll probably be my last commit for hangman for a long while.
2024-02-24 13:39:28 +01: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
game.go Reorganizing codebase 2024-02-24 13:39:28 +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
logic.go Reorganizing codebase 2024-02-24 13:39:28 +01:00
main.go Reorganizing codebase 2024-02-24 13:39:28 +01:00
tools.go Reorganizing codebase 2024-02-24 13:39:28 +01: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