Updated readme

This commit is contained in:
Eunchong Kim 2021-07-19 23:52:10 +09:00
parent 5eba06e673
commit 9afc0e1be2

View File

@ -1,11 +1,24 @@
# UNO game written in JavaScript # UNO game written in JavaScript for HTML
I used: I used:
- js - JavaScript
- webpack and loaders: to pack to one file - webpack and some loaders: to pack to one file
- [Wallpaper Access](https://wallpaperaccess.com/): Background image - [Wallpaper Access](https://wallpaperaccess.com/): Background image
## Installation
## How to use?
Put these lines in the HTML body.
```
<div id='uno-game'></div>
<script src='main.js'></script>
```
## For developers ## For developers