Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.02 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.02 KB

RGB Color Game



preview


Table of contents

General info

This project is a browser game.
The main purpose of this play is to guess which color is described in RGB values.
RGB(#, #, #) stands for red, green and blue saturation from 0 to 255.
The player is being shown 3 or 6 (depending on the mode) squares, from which he is suppose to chose the right one.
RGB values are randomized.

Technologies

Project is created with:

  • HTML5
  • CSS3
  • JavaScript

Supports

Recommended minimal browser versions:

  • Chrome 58
  • Edge 14
  • Firefox 54
  • Safari 10
  • Opera 55

Setup

To run this project, open this in a new tab: https://rohanrajgautam.github.io/color-game/

Sources

This project is inspired by Colt Steele course "The Web Developer Bootcamp" from Udemy.