Skip to content

AimeKelvin/pacman_java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pacman Game in Java 🎮

Welcome to my first-ever Java project—a classic Pacman game! 🕹️ This project was created as part of my journey to learn Java programming, and I'm proud to share it with you all. While it's a humble beginning, it represents an exciting step into the world of software development.

Features ✨

  • Classic Pacman Gameplay: Navigate the maze, collect points, and avoid ghosts.
  • Simple Graphics: Basic, beginner-friendly visuals to focus on core mechanics.
  • Keyboard Controls: Use arrow keys to guide Pacman through the maze.

Project Structure 📂

  • src/: Contains all the Java source code files.
  • README.md: This file—providing details about the project.

Technologies Used 💻

  • Java: The primary programming language for this project.
  • Swing/AWT: For creating the user interface and game visuals.

Getting Started 🚀

Follow these steps to run the game on your local machine:

  1. Clone the Repository:

    git clone https://github.com/Aimekelvin/pacman_java.git
  2. Navigate to the Project Directory:

    cd pacman_java
  3. Compile the Code:

    javac -d bin src/*.java
  4. Run the Game:

    java -cp bin Main

Gameplay

GamePLay
(Replace with actual screenshots of your game)

Challenges & Learnings 🧠

This project taught me a lot about:

  • Object-Oriented Programming (OOP): Understanding classes, objects, and methods.
  • Game Loops: Implementing continuous gameplay mechanics.
  • Debugging: Tackling common beginner mistakes.

Connect with Me 🤝

If you have suggestions, feedback, or just want to connect, feel free to reach out:


Thank you for checking out my first Java project! Let’s keep learning and building amazing things. 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages