From 6abf39a4d83ca01305b2cae927fed8451970b46f Mon Sep 17 00:00:00 2001 From: Lucas Horward Date: Thu, 15 Feb 2024 18:28:56 +0100 Subject: [PATCH] Add readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md 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 :)