A simple and fun Tenzies game built with React and Vite. The goal of the game is to roll the dice until all of them show the same number. You can freeze dice to keep their values between rolls.
- 🎲 Roll the dice until all show the same number
- 🔒 Click on a die to freeze/unfreeze it
- 🎨 Styled with CSS
To run the game locally, follow these steps:
1. Clone the repository:
git clone https://github.com/nemanjaASE/tenzies.git
cd tenzies2. Install dependencies:
npm install3. Start the development server:
npm run dev4. Open in browser:
The app should now be running at http://localhost:5173/ (default for Vite).


