#Color Game
Guess the given color among a number of squares. Easy & Hard difficulty are available.
Concepts Used: [HTML] divs and spans, buttons; [CSS] specificity, transitions, displays (inline-block, none, block); [JS] object listeners, style manipulation, array manipulation, ternary operator, selectors,
Improvements to Make: build in Module Design Pattern (to avoid namespace collisions), score counter, declare square as objects?
##Screenshots
###Hard Mode Default Screen
###Easy Mode Default Screen
###Easy Mode Win Screen
###Hard Mode Win Screen