diff --git a/README.md b/README.md new file mode 100644 index 0000000..3d3a6c9 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Higher-lower + +A very simple guessing game, built as a http API in golang. + +I used the stdlib for networking, Google's UUID to generate game IDs and `go-playground`'s validator to validate basic property checks + +This is a simple learning project. If you find and errors/have any suggestions, please create an issue :)