https://github.com/thehellishpandaa/pac-man2025
https://github.com/thehellishpandaa/pac-man2025
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thehellishpandaa/pac-man2025
- Owner: TheHellishPandaa
- License: gpl-3.0
- Created: 2024-12-24T14:34:34.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-24T15:26:18.000Z (6 months ago)
- Last Synced: 2024-12-24T15:40:17.373Z (6 months ago)
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Pac-Man Game


This project is a browser-based implementation of the classic Pac-Man arcade game, written in JavaScript, HTML, and CSS. The game recreates the nostalgic experience of navigating Pac-Man through a maze, eating dots, and avoiding ghosts.
## Features
- Classic Gameplay: Guide Pac-Man through the maze to eat all the dots and avoid ghosts.
- Ghost: Ghosts dynamically chase Pac-Man with varying behaviors.
- Responsive Controls: Use keyboard arrow keys to navigate Pac-Man.
- Scoring System: Track your score as Pac-Man eats dots and power-ups.
- Power-Ups: Consume larger dots to temporarily turn ghosts vulnerable.
## How to RunClone the repository:
git clone https://github.com/TheHellishPandaa/Pac-Man2025.git
Open ``` index.html ``` in a web browser.
Use arrow keys to play the game.## Technologies Used
- ```JavaScript```: Game logic and interactivity.
- ```HTML```: Structure and layout.
- ```CSS```: Styling and animations.## License
COPIRYGHT © 2025: Jaime Galvez Martinez; This project is released under GNU General Public License
## DEMO
http://pacman2025game.ct.ws/
https://thehellishpandaa.github.io/pacman2025