lucasvigier / pacman

Pacman game using Java and developed with design patterns.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool




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.


About

Pacman game using Java and developed with design patterns.

License:MIT License


Languages

Language:Java 100.0%