Gopher the number is a small game of higher/lower written as an exercise for TDD
Go to file
2024-02-17 14:31:47 +01:00
.idea Add IDE files 2023-03-15 17:10:20 +01:00
.envrc Initial commit 2023-03-15 16:52:41 +01:00
.gitignore ignore binary 2023-03-16 08:56:29 +01:00
.tool-versions rework using table tests 2024-02-17 14:31:47 +01:00
go.mod Fix go.mod 2023-03-16 13:28:06 +01:00
lib.go rework using table tests 2024-02-17 14:31:47 +01:00
lib_test.go rework using table tests 2024-02-17 14:31:47 +01:00
LICENSE Create LICENSE 2023-03-15 18:12:21 +01:00
main.go Add a message at the beginning of the game 2023-03-15 18:08:34 +01:00
README.md Add go install to readme 2023-03-16 15:19:41 +01:00

Gopher the number

Gopher the number is a small game of higher/lower written as an exercise for TDD.

Build & run

go build ./
# or
go install github.com/Crocmagnon/gopher-the-number@latest

# then
./gopher-the-number

Name origin

Since the game makes you chase after a randomly selected integer, you need to "go for the number".

Also, I'm bad at naming things.