From 2c03e7ffe5722d8fe30fbf548cf85c5f1a0647bc Mon Sep 17 00:00:00 2001 From: Eunchong Kim Date: Wed, 28 Jul 2021 23:57:57 +0900 Subject: [PATCH] Updated readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 453ff53..5a25985 100644 --- a/README.md +++ b/README.md @@ -56,3 +56,7 @@ This command will generate `dist/main.js` ## TODO - multiplay + + +## Reference +- [Creating the UNO game on JavaScript. (Part I)](https://eperezcosano.github.io/uno-part1/)