/dice-game

Primary LanguageJavaScriptMIT LicenseMIT

Contributors Forks Stargazers Issues


dice-game-logo

Dice Game

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
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. Contact
  6. Acknowledgments

About The Project

Dice Game

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.

(back to top)

Built With

React Vite Styled-Components

Currently, two official plugins of Vite are available:

(back to top)

Getting Started

This section will guide you through setting up the Dice Game on your local machine.

Prerequisites

  • Node.js and npm (or yarn) installed on your system.
    npm install npm@latest -g
    
    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.

Installation (Local Development)

  1. Clone the repo
    git clone https://github.com/vaishnavi-2901/dice-game.git
  2. Navigate to the project directory:
    cd dice-game
  3. Install NPM packages
    npm install
  4. Run the development server:
    npm run dev

Now you are ready to run this fun game application on your local system and development! 🎉

Roadmap

  • 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).

(back to top)

Contributions

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! 😊

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/YourFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Vaishnavi Pandey: X - @vaishnavi0199

Project Link: https://github.com/vaishnavi-2901/dice-game

(back to top)

Acknowledgments

(back to top)