Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.42 KB

readme.md

File metadata and controls

38 lines (23 loc) · 1.42 KB

Thank you for checking out my project! Connect with me on LinkedIn! https://www.linkedin.com/in/ross-clettenberg/

Whack-A-Mole

Introduction

Welcome to Whack-A-Mole! This is a simple and fun game where you have to whack the moles as they appear on the game board. Be quick and click on the mole icons to earn points!

Features

  • This project utilizes jQuery for interactivity along with HTML and CSS for the layout and styling.
  • Icons are featured for the mole, dirt, and hits, providing a visual representation of the game elements.
  • A score counter is displayed at the top of the screen to keep track of your progress.

Installation

To run this game locally, follow these steps:

  1. Clone this repository to your local machine:
    $ git clone <repository_url>

Then navigate to the project directory:

$ cd whack-a-mole
  1. Ensure you have a live development server. You can use tools like Live Server in VS Code. If you don't have it installed, you can install it via the VS Code extensions.

  2. Open the project directory in your preferred code editor (such as Visual Studio Code).

  3. Launch the game by starting the live server. Typically, with Live Server extension in VS Code, you can right-click on your HTML file and choose "Open with Live Server" to start the game.

Thank You!

Thank you for checking out my Whack-A-Mole game! Have fun whacking those moles!