/PixelGame

Simulation of very basic version of classic Pac Man game

Primary LanguageJava

PixelGame

Simulation of a very basic version of the classic Pac Man game:

  • Uses Binary Search Trees and associated alogrithms to handle pixel detection

Classes:

  • BinaryNode
  • BinarySearchTree
  • Board
  • GraphicalObject
  • Exception Classes
  • Gui
  • Location
  • MoveFigure
  • Pixel
  • Show