MyGameGUI - Orgamliel7/Ex3- GitHub Wiki

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.