Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 586 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 586 Bytes

Pacman

Simple implementation of the classical Pacman game written in java.

Supports

  • sprite-based graphics,
  • sound,
  • level progression,
  • highscores,
  • various buffs.

Usage

Just import into any Java IDE (e.g. IntelliJ) and run ui/Main.java. Control by pressing and holding up/down/left/right arrow keys.

Acknowledgements

Some of the code was written by Nicolas Acero.