mirror of
https://github.com/Crocmagnon/gopher-the-number.git
synced 2024-11-12 19:23:53 +01:00
Add readme
This commit is contained in:
parent
7efe5d8b96
commit
36cf9e5fd4
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Gopher the number
|
||||
Gopher the number is a small game of higher/lower written
|
||||
as an exercise for TDD.
|
||||
|
||||
## Build & run
|
||||
```shell
|
||||
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".
|
Loading…
Reference in a new issue