A simple game that allows users to learn colors using rgb values. The main objective of this game is for users to learn and then effectively use new colors instead of looking for a helper online.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
![]() |
![]() |
When entering the website, users can automatically see the heading, and right below it, a question that asks what rbg value this is. Below the header there is some different color boxes that show up. Depending on what mode, the boxes can range from 3 to 9.If the user guesses wrong, the program will fade away the incorrect box and then ask you to pick again. Once choosing the right color, the heading and all the boxes will change into the same color as the correct answer and you will win. The computer will then ask if you'd like to play again.
- HTML
- CSS
- Javascript
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/Prones94/RGB-Game.git
- Install NPM packages
npm install
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your own branch (
git checkout -b added/addedFeature
) - Commit your Changes (
git commit -m 'Added something cool to this!'
) - Push to the Branch (
git push origin master
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Ian Rones - LinkedIn
Project Link: https://github.com/Prones94/RGB-Game
- Colt Steele