diff --git a/README.md b/README.md new file mode 100644 index 0000000..e041a4f --- /dev/null +++ b/README.md @@ -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".