Skip to content

MyGameGUI

Orgamliel7 edited this page Jan 15, 2020 · 5 revisions

Wev'e decided to use StdDraw for representing the game graphically.

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 includes facilities for text, color, pictures, and animation, along with user interaction via the keyboard and mouse.

Clone this wiki locally