Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
doa14001 committed Mar 26, 2019
1 parent 1821c81 commit deadca5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
@@ -1 +1,9 @@
# Dot-Art
# 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.

0 comments on commit deadca5

Please sign in to comment.