An open API service indexing awesome lists of open source software.

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!

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
```