StdDraw_gameGUI - VadimKachevski/OOP_Ex3 GitHub Wiki

About this class

The StdDraw class provides a basic capability for creating drawings with your programs.

It uses a simple graphics model that allows you to create drawings consisting of points,

lines, squares, circles, and other geometric shapes in a window on your computer and

to save the drawings to a file.

Standard drawing also include facilities for text, color, pictures, and animation, along with

user interaction via the keyboard and mouse.