Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emilyjspencer/guess-the-shade
🌈 Back to basics http://profuse-swing.surge.sh/
https://github.com/emilyjspencer/guess-the-shade
dom dom-manipulation javascript-game
Last synced: about 2 months ago
JSON representation
🌈 Back to basics http://profuse-swing.surge.sh/
- Host: GitHub
- URL: https://github.com/emilyjspencer/guess-the-shade
- Owner: emilyjspencer
- Created: 2020-07-07T22:13:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T19:57:09.000Z (over 4 years ago)
- Last Synced: 2024-10-30T02:37:59.441Z (3 months ago)
- Topics: dom, dom-manipulation, javascript-game
- Language: JavaScript
- Homepage: http://profuse-swing.surge.sh/
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guess the shade
### Temporarily deployed with Surge at:
[this link](http://profuse-swing.surge.sh/)!Guess the correct colour based on its rgb value.
Easy mode: choose from a selection of three colours
Medium mode: choose from a selection of six colours
Hard mode: choose from a selection of nine colours### How to run:
* Clone this repo:
```html
git clone https://github.com/emilyjspencer/Guess-the-shade.git
```
* Navigate into the repo:
```html
cd Guess-the-shade
```
* Open the index.html file with your chosen browser### Built with:
* Vanilla JavaScript
* CSS# What it looks like:
![easy](easy.png)
![medium](medium.png)
![hard](hard.png)### Temporarily deployed with Surge at:
[this link](http://profuse-swing.surge.sh/)!