Skip to content

MyGameGUI

Orgamliel7 edited this page Jan 16, 2020 · 5 revisions

We've decided to use StdDraw for representing the game graphically.

StdDrawclass 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