Skip to content

CodePeters/Pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages