Updated readme
This commit is contained in:
parent
5eba06e673
commit
9afc0e1be2
19
README.md
19
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.
|
||||
```
|
||||
<div id='uno-game'></div>
|
||||
<script src='main.js'></script>
|
||||
```
|
||||
|
||||
|
||||
|
||||
## For developers
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user