Skip to content

simonmeister/simple-pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.