An open API service indexing awesome lists of open source software.

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.

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!