Loading repository dataโฆ
Loading repository dataโฆ
MaHmoudHaBlaSs / repository
A classic Pacman game built with Java and JavaFX, featuring smooth GUI, controlled ghosts, a scoring system, and immersive sound effects. Developed with OOP principles, it offers a fun and interactive gameplay experience. ๐
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is a Pacman game built using Java and JavaFX, applying object-oriented programming (OOP) principles, light data structures, and GUI development. The game follows the classic Pacman mechanics, where the player controls Pacman to collect pellets while avoiding ghosts.
Pacman-Game/
โโโ Resources/ // Game assets and resources
โโโ Character.java // Base class for all characters
โโโ Direction.java // Manages movement directions
โโโ GamePane.java // Handles game rendering
โโโ GameSounds.java // Sound effects and background music
โโโ Ghost.java // Controlled ghost behavior
โโโ Main.java // Main entry point of the game
โโโ Maze.java // Game maze logic
โโโ MazeView.java // Maze rendering
โโโ PacMan.java // Player-controlled Pacman logic
โโโ Project Diagram.pdf // Game design and flowchart
git clone https://github.com/yourusername/pacman-game.git
cd pacman-game
Main.java).Made by Java_Newbies Team.