gopher-the-number/README.md

20 lines
382 B
Markdown
Raw Permalink Normal View History

2023-03-15 18:11:09 +01:00
# Gopher the number
Gopher the number is a small game of higher/lower written
as an exercise for TDD.
## Build & run
```shell
go build ./
2023-03-16 15:19:41 +01:00
# or
go install github.com/Crocmagnon/gopher-the-number@latest
# then
2023-03-15 18:11:09 +01:00
./gopher-the-number
```
## Name origin
Since the game makes you chase after a randomly selected integer,
you need to "go for the number".
2023-03-15 21:23:00 +01:00
Also, I'm bad at naming things.