A simple and fun dice rolling game built with React which is set up to work with Vite, utilizing HMR (Hot Module Replacement) and some ESLint rules!
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Dice Game is a simple and fun game where players roll the dice and keep track of their scores. Players should be able to see the patterns and solve the maze to earn credits.
Currently, two official plugins of Vite are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
This section will guide you through setting up the Dice Game on your local machine.
- Node.js and npm (or yarn) installed on your system.
Above command is used to update or install the latest version of npm globally on your system to ensure that you have the most recent version of npm installed, which can include bug fixes, new features, and performance improvements.
npm install npm@latest -g
- Clone the repo
git clone https://github.com/vaishnavi-2901/dice-game.git
- Navigate to the project directory:
cd dice-game
- Install NPM packages
npm install
- Run the development server:
npm run dev
Now you are ready to run this fun game application on your local system and development! 🎉
- Dark Theme UI
- Pattern logic improvement
- Stay Tunned! More to come!!
See the open issues for a full list of proposed features (and known issues).
Contributions help make the open-source community an incredible place to learn, inspire, and innovate. Your contributions are greatly appreciated.
If you have a suggestion for improving this project, please fork the repo and submit a pull request. You can also open an issue with the tag "enhancement". Remember to give the project a ⭐️ ! Thank you! 😊
- Fork the Project
- Create your Feature Branch (git checkout -b feature/YourFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
Vaishnavi Pandey: X - @vaishnavi0199
Project Link: https://github.com/vaishnavi-2901/dice-game