top of page
Color Game
Github Download:


This was a game that I had programmed in C++ and compiled using makefiles. The visual aspects were done in the openGL library.
In this game, the user uses the mouse to click on the colored boxes that they think is colored differently than others. Color gets changed to a random color with every level. Clicking the wrong box will lead to a time penalty of -2 seconds.
bottom of page