Skip to content

Latest commit

 

History

History
executable file
·
34 lines (21 loc) · 839 Bytes

File metadata and controls

executable file
·
34 lines (21 loc) · 839 Bytes

Pacman GPLv3 license

Pacman Game implementation in Java


Compililation:

javac Pacman.java Gui.java filereader.java Board.java

Execution:

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.

License

This project is licensed under the GPLv3 License - see the LICENSE file for details