Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 306 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 306 Bytes

Pac-Man

Basic graphical Pacman game programmed in Java. Final project for the Object Oriented Programming Class at UOC.

It uses the MVC (Model-View-Controler) approach to build the architecture of the game. Gradle it's used as the build system and unit tests are provided for the classes and methods.