diff --git a/README.md b/README.md index 88e40c4..7f5bef1 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# Dot-Art \ No newline at end of file +# Dot-Art + +This program will drawn a circle on a white panel when the user clicks with the mouse. The dots created are stored in an array so that they can all be displayed at teh same time on the panel. + +Each circle drawn is drawn with a custom color using red, green and blue values. + +The user can write the balls to a file and save it locally. They can then read the file of balls and restore the screen to the state when the file was written. + +This requires the creation of the save to file and read to file buttons, as well as the ability to press the S adn O key to save and open files respectively.