Skip to content

vvsndattasailingam/Pacman-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Pac-Man Game

Overview

This project implements an enhanced version of the classic Pac-Man game in Java. It includes dynamic graphics, interactive gameplay, and features like scoring, maze navigation, and ghost interactions.

Features

  • Interactive Gameplay: Control Pac-Man with arrow keys.
  • Maze Navigation: Navigate through a maze, collect dots, and avoid ghosts.
  • Scoring System: Earn points for collecting dots.
  • Dynamic Graphics: Colorful maze and animated characters.
  • Game Over Conditions: Game ends when caught by ghosts or all dots are collected.

How to Run

  1. Clone the repository:

    git clone https://github.com/vvsndattasailingam/Pacman-Game.git
    cd pac-man-game
  2. Compile the Java files:

    javac PacManGame.java GamePanel.java Maze.java
  3. Run the game:

    java PacManGame

Future Enhancements

  • Add power-ups for Pac-Man.
  • Implement ghost AI with different behavior levels.
  • Introduce multiple levels with increasing difficulty.

License

This project is licensed under the MIT License.

About

Pacman Game Using Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages