Gopher the number is a small game of higher/lower written as an exercise for TDD
Find a file
2023-03-16 08:56:29 +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 Initial commit 2023-03-15 16:52:41 +01:00
go.mod Initial commit 2023-03-15 16:52:41 +01:00
lib.go Implement a first working version of the game 2023-03-15 17:50:22 +01:00
lib_test.go Refactor tests 2023-03-15 18:00:33 +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 Update readme 2023-03-15 21:23:00 +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 ./
./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.