Thank you for checking out my project! Connect with me on LinkedIn! https://www.linkedin.com/in/ross-clettenberg/
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!
- 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.
To run the game using Docker:
-
Ensure Docker is installed on your machine. Get Docker here.
-
Clone this repository to your local machine:
git clone https://github.com/RossaMania/whack-a-mole
-
Navigate to the project directory:
cd whack-a-mole
-
Build the Docker image:
docker build -t ross-whack-a-mole .
-
Run the Docker container:
docker run -d -p 8080:80 ross-whack-a-mole
-
Open your browser and visit:
http://localhost:8080
Now, you can enjoy Whack-A-Mole powered by Docker!
To run this game locally, follow these steps:
- Clone this repository to your local machine:
$ git clone https://github.com/RossaMania/whack-a-mole
Then navigate to the project directory:
$ cd whack-a-mole
-
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.
-
Open the project directory in your preferred code editor (such as Visual Studio Code).
-
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 for checking out my Whack-A-Mole game! Have fun whacking those moles!