Whac-A-Mole is a classic arcade game where players hit moles popping out of holes. This project implements the game using JavaScript, HTML, and CSS. The game features a scoring system and dynamic gameplay to provide an engaging experience.
Features Interactive Gameplay: Hit the moles as they appear to score points. Scoring System: Keep track of your score in real-time. Technologies Used JavaScript: For game logic and interactivity. HTML: For the game structure. CSS: For styling the game interface. Installation Clone the Repository:
bash Copy code git clone https://github.com/mohitpatwari/whac-a-mole-game.git Navigate to the Project Directory:
bash Copy code cd whac-a-mole Open the index.html File: Open index.html in your preferred web browser to play the game.
Usage Start the Game: Open index.html in your browser to start playing. Gameplay: Click on the moles as they appear to score points. The game will display your score and the time remaining. Contributing Feel free to contribute to this project by submitting issues or pull requests. Make sure to follow the coding guidelines and write clear commit messages.
Acknowledgements Inspired by the classic arcade game, Whac-A-Mole. Special thanks to the open-source community for their resources and tools.