https://github.com/voidnire/pacman
pacman game for browser.
https://github.com/voidnire/pacman
css game html javascript javascript-game javascript-project pacman-game web-development
Last synced: about 1 month ago
JSON representation
pacman game for browser.
- Host: GitHub
- URL: https://github.com/voidnire/pacman
- Owner: voidnire
- Created: 2025-01-12T22:03:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T23:13:33.000Z (over 1 year ago)
- Last Synced: 2025-11-30T23:48:57.080Z (6 months ago)
- Topics: css, game, html, javascript, javascript-game, javascript-project, pacman-game, web-development
- Language: JavaScript
- Homepage: https://voidnire.github.io/pacman/
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# đĄ Pac-Man - Classic Game Developed with HTML and JavaScript
đ¯ Description
This project is a simple and fun version of Pac-Man, where you control the iconic yellow character who must eat all the dots and avoid the ghosts.
The game was developed as a practical exercise to improve my JavaScript skills and DOM manipulation.
đ Website
https://voidnire.github.io/pacman/
đšī¸ How to Play
Movement: Use the **W A S D** keys on your keyboard to move Pac-Man through the maze.
Objective:
- Eat all the dots in the maze to win the game.
- Avoid the ghosts, or you'll lose a life!
Extra Tip: There are special dots that allow Pac-Man to eat the ghosts for a short period. Make the most of it!
đ ī¸ Technologies Used
-
HTML: For the game's structure. -
JavaScript: For the game's logic, movement, and interaction with the ghosts.
đŽ Possible Future Improvements
- Add levels and maps with different difficulties.
- Implement a global scoring system.
- Add sound effects and background music.
â¤ī¸ Contributions
Feel free to contribute to this project! Suggestions, improvements, and feedback are always welcome.
I hope you enjoy playing as much as I enjoyed creating it!