Guess-the-RGB is a project that was completed as a part of Colt Steele's bootcamp. My version of Guess-the-RGB has a several tweaks beyond what was coded in class.
The game is deployed here on GitHub pages.
- Fork the repo
- Create a branch for the feature:
git checkout -b new-feature-name - Commit:
git commit -am 'Add a cool thing' - Push to the branch:
git push origin new-feature-name - Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details