https://github.com/deadmanshadow/board-blitz
Guess the number, roll the dice, and score points in this fun, interactive game!
https://github.com/deadmanshadow/board-blitz
Last synced: over 1 year ago
JSON representation
Guess the number, roll the dice, and score points in this fun, interactive game!
- Host: GitHub
- URL: https://github.com/deadmanshadow/board-blitz
- Owner: deadmanShadow
- Created: 2024-09-13T08:20:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T15:22:59.000Z (over 1 year ago)
- Last Synced: 2025-01-21T20:48:47.990Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://board-blitz1.vercel.app/
- Size: 402 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Board Blitz 🎲
Welcome to the Board Blitz! This interactive game challenges you to select a number and roll a dice to test your luck. Enjoy the fun and try to score high!
## Technologies Used
- **React**: A popular JavaScript library for building user interfaces.
- **Framer Motion**: A powerful animation library for React, adding smooth and engaging animations.
- **Tailwind CSS**: A utility-first CSS framework for rapid and responsive design.
## Features
- **Interactive Dice Roll**: Click on the dice to roll it and see the result.
- **Score Tracking**: Your score updates based on the dice roll and your selected number.
- **Animations**: Smooth animations for dice rolls, button interactions, and transitions using Framer Motion.
- **Responsive Design**: Tailwind CSS ensures that the game looks great on all devices.
## Installation
To get started with the Dice Game, follow these steps:
1. **Clone the repository:**
```bash
git clone https://github.com/deadmanShadow/board-blitz
cd dice-game
```