Skip to content

It's a simple web app which you can use to brush up your RGB guessing skills .

Notifications You must be signed in to change notification settings

kanchi2438/ColorGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Color Game

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.

Game

This game was built using HTML, CSS, JavaScript and is supported by the Bootstrap 4 Framework

How to deploy this game:

Easily clone this Repository and start a local HTTP Server (eg, NGINX, Apache or for development http-server)

Configuration Examples

Here are some examples how you could setup your webserver to host this game:

NGINX Virtual Host Config

server {
    root /ColorGame;

    location / {
        index colorgame.html;
    }
}

Start with HTTP Server

npx hs ColorGame

About

It's a simple web app which you can use to brush up your RGB guessing skills .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published