This game is all about colors! You'll get three colors and a RGB Value. Click the square that matches the RGB color you've been given.
This game was built using HTML, CSS, JavaScript and is supported by the Bootstrap 4 Framework
Easily clone this Repository and start a local HTTP Server (eg, NGINX, Apache or for development http-server)
Here are some examples how you could setup your webserver to host this game:
server {
root /ColorGame;
location / {
index colorgame.html;
}
}
npx hs ColorGame