mirror of
https://github.com/Crocmagnon/gopher-the-number.git
synced 2024-11-14 04:03:53 +01:00
Gopher the number is a small game of higher/lower written as an exercise for TDD
.idea | ||
.envrc | ||
.gitignore | ||
.tool-versions | ||
go.mod | ||
lib.go | ||
lib_test.go | ||
LICENSE | ||
main.go | ||
README.md |
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.