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.
- 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.
src/
: Contains all the Java source code files.README.md
: This file—providing details about the project.
- Java: The primary programming language for this project.
- Swing/AWT: For creating the user interface and game visuals.
Follow these steps to run the game on your local machine:
-
Clone the Repository:
git clone https://github.com/Aimekelvin/pacman_java.git
-
Navigate to the Project Directory:
cd pacman_java
-
Compile the Code:
javac -d bin src/*.java
-
Run the Game:
java -cp bin Main
(Replace with actual screenshots of your game)
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.
If you have suggestions, feedback, or just want to connect, feel free to reach out:
- LinkedIn: Aime Kelvin
- GitHub: Aime Kelvin
Thank you for checking out my first Java project! Let’s keep learning and building amazing things. 🚀