parikshit245 / dice-game

0 stars 0 forks source link

Dice Game

Welcome to the Dice Game! In this project, two players roll a dice, and the player with the higher roll wins. This version of the code contains logical errors to challenge you.

Project Structure

How to Run

  1. Ensure you have a basic HTML file set up with two image tags and an h1 element.
  2. Link index.js in your HTML file.
  3. Open your HTML file in a web browser to see the game.

Challenge

Your task is to identify and fix the logical errors in index.js. Here are some hints:

Best of luck!