> PacMan

Classic recreation of PacMan

Getting Started with the Code


- For running the code JRE /JDK is required on the system.
- Download the Code
- Extract the files to directory "\dir"
   > cd dir
- Complile the java files
   > javac *.java
- Run the Pacman Game Instance
   > java Game
- See JavaDocs for reference

Find me on ...