Color-Game
This is an app for a color game where the user guesses the RGB,RGBA or hex number for a random color
This repository contains all the source code for the Color Game App
Running Locally
Make sure you have GitHub and the Heroku CLI installed.
$ git clone https://github.com/GreatDeveloper66/Color_Game_ # or clone your own fork
$ cd color_game
$ Open Index.html in browser
$ or live preview Index.html through brackets or other editor
Deploying to Heroku
$ heroku create
$ git push heroku master
$ heroku open
or
or
Documentation
For more information about deploying to Heroku, see these Dev Center articles: