Here's the README.md file content in Markdown code format:
markdown Copy code
A simple and fun dice game where players can roll virtual dice and see who scores the highest! Perfect for practicing JavaScript or Python and building interactive web or console applications.
- 🎲 Roll one dice with a click of a button.
- 🏆 Displays the winner (highest score).
- 🔄 Replay the game anytime.
- 🖥️ Awesome front end. Works in web browsers.
Follow these instructions to set up and run the project on your local machine.
- Node.js installed on your system
- A code editor (e.g., VS Code)
-
Clone the repository:
git clone https://github.com/atharvams/Dice-Game.git
-
Navigate to project folder:
cd 2DiceGame
-
Install dependencies:
npm install
-
Run the local server: (vite build tool)
npm run dev
-
Go to browser:
http://localhost:5173