CodePeters / Pacman

Pacman Game implementation in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Pacman Game implementation in Java

License:GNU General Public License v3.0


Languages

Language:Java 100.0%