Project Details

Project information

Description:

    The Whack-a-Mole project is an interactive and engaging mini-game where players must "whack" moles as they pop up from different holes on the screen. This project showcases a strong understanding of core web development technologies:
  • HTML is used to structure the game interface, including the game grid and moles.
  • CSS is applied to style the game, providing a visually appealing design that mimics a playful arcade experience.
  • JavaScript drives the game logic, including the random appearance of moles, the countdown timer, and the scoring system that tracks the player's performance.