Squares

Squares, a game for the 'first weekly' assignment by Xiaoyuan Jiang, starter code by Jim McCann.

Goal

I want to create a game that lets you make colorful abstract art. (1-2 sentences.)

Method

Create 1000 random colorful squares. Click a square and all squares stemming from the square touched will solidify, resulting in a colorful field of squares.

Novelty

Using randomness in a simple game to create cool designs.

Results

I wanted to put in more options like color scheme, square size limiter, direction setter, blur and blend effects, and other stuff but I'm not too familiar with C++ syntax and time was limited. The end result is still cool.