From deadca5625180e157a27472ca098713a6c020da8 Mon Sep 17 00:00:00 2001 From: Donna M Agogliati Date: Tue, 26 Mar 2019 13:37:38 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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.