Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 826 Bytes

File metadata and controls

26 lines (15 loc) · 826 Bytes

COLOR GAME - Awesome simple game project writeen purely in HTML, CSS and JavaScript.

This project is a simple Color Game Contest in which you have to differentiate between the Easy colors and Hard Colors.

project start

Runs the html file in any browser.

The page will reload if you make edits.

Code Splitting

This section has moved here: https://github.com/harshithq/ColorGame.git

Screenshots of a working project

screencapture-file-home-vinay-Desktop-ColorGame-colorgame-html-2020-10-02-22_09_50

Folder Structure

    |-- colorGame.css (CSS for colorGame)
    |-- colorGame.html (HTML for the game)
    |-- colorGame.js (All the interaction of the user is captured here)