Skip to content

A classic PACMAN game developed in Java, inspired by Kenny Jim Coding's tutorial. Navigate through the maze, eat the pellets, and avoid the ghosts!

Notifications You must be signed in to change notification settings

aliiakbarkhan/Pacman-Java-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PacMan

GIF

A classic PACMAN game developed in Java, inspired by Kenny Jim Coding's tutorial. Navigate through the maze, eat the pellets, and avoid the ghosts!


Table of Contents


Description

This project is a PACMAN game clone built with Java. The game involves a maze where PACMAN collects pellets and avoids ghosts. The game mechanics closely follow the classic arcade version, making it an enjoyable and nostalgic experience.


Features

  • 🕹️ Classic PACMAN Gameplay: Navigate through the maze while avoiding ghosts.
  • 👻 Ghost AI: Ghosts chase PACMAN, making the game challenging.
  • 🍒 Collectibles: Collect pellets to increase your score.
  • 🎮 Smooth Controls: Simple keyboard controls for easy gameplay.
  • 💻 Responsive Design: Runs smoothly on different screen sizes.

Screenshots

Start Screen


Installation

  1. Clone the Repository:

    git clone https://github.com/your-username/pacman-game.git
  2. Navigate to the Project Directory:

    cd pacman-game
  3. Compile the Java Files:

    javac src/*.java
  4. Run the Game:

    java src.Main

How to Play

  • Controls:

    • Move PACMAN using the arrow keys:
      • ⬆️ Up
      • ⬇️ Down
      • ⬅️ Left
      • ➡️ Right
  • Objective:

    • Collect all the pellets in the maze.
    • Avoid the ghosts (if they catch you, the game ends).

Technologies Used

  • Java: The primary language for game development.
  • Swing: For GUI and rendering graphics.

Credits

LICENSE.mp4
  • Tutorial: Inspired by Kenny Jim Coding's tutorial on YouTube.
  • Developer: Ali Akbar Khan

Enjoy playing PACMAN! 👾

About

A classic PACMAN game developed in Java, inspired by Kenny Jim Coding's tutorial. Navigate through the maze, eat the pellets, and avoid the ghosts!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages