Course:CPSC312-2016-Project2-Flood-Fill

From UBC Wiki

Title

Authors: Ruth Lin, Heuven Lam

What is the problem?

A game called Flood Fill. The goal is to flood a 2D array with the same color. The game is initialized from the top left corner and every neighbour with the same color chosen will be changed to the chosen color. The game ends when the entire 2D array has the same color.

What is the something extra?

The game will look presentable!

What did we learn from doing this?

TBD