Pacman Game implementation in Java
javac Pacman.java Gui.java filereader.java Board.java
java Pacman
File Game-boards contains three game-boards but you could add new as well just make sure to include them in Pacman.java file
by adding lines:
GameBoards.add(new filereader("./game-boards/Myboard.txt").get());
supposing Myboard.txt is the new game board that you added.
File gifs contains all the icons for pacman and ghoasts used in the game.
This project is licensed under the GPLv3 License - see the LICENSE file for details