From 9afc0e1be286e3022825c33e158edad09deb797f Mon Sep 17 00:00:00 2001 From: Eunchong Kim Date: Mon, 19 Jul 2021 23:52:10 +0900 Subject: [PATCH] Updated readme --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index edcf400..41c6023 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,24 @@ -# UNO game written in JavaScript +# UNO game written in JavaScript for HTML I used: -- js -- webpack and loaders: to pack to one file +- JavaScript +- webpack and some loaders: to pack to one file - [Wallpaper Access](https://wallpaperaccess.com/): Background image +## Installation + + + +## How to use? +Put these lines in the HTML body. +``` +
+ +``` + + + ## For developers