Skip to content

lucasvigier/pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation




Table of contents


General info

Good ol' PacMan.

To play, you just need to use the arrow keys on your keyboard ◀️ ▶️ 🔼 🔽 (or with 🇿 🇶 🇸 🇩). Avoid traps, eat some super pac gums and chase the 👻 to eat them.
What's the best score you can get ?

Let's find out !


Technologies

Made with ❤️ in Java.
Runs using java.swing library and the Factory, State and Strategy design patterns.


Setup

Prerequisites: You must have Java installed (JRE 16 at least) on your computer.

  1. On GitHub, go to the main page of the repository.

  2. Go to the Releases section, and download the file pacman.jar

  3. Run the game with the command :

    java -jar pacman.jar
    

    (Or just double click the file on Windows)

  4. Enjoy !


License

This project is licensed under the MIT License - see the LICENSE file for more details.