A Tenzi app that allows users to play the popular dice game, Tenzi, virtually.
The Tenzi App is a web-based application that allows users to play the dice game, Tenzi, virtually. It simulates rolling dice, keeping track of scores, and provides an interactive gaming experience.
To get started with the Tenzi App, follow these steps:
- Clone the repository: git clone https://github.com/Haru-hue/tenzies.git
- Install dependencies: npm install
- Start the development server: npm start
- Access the app in your browser at http://localhost:3000
To deploy the Tenzi App to a production environment, follow these steps:
- Build the app for production: npm run build
- Deploy the build folder to your chosen hosting platform or server.
To use the Tenzi App:
- Open the app in your web browser.
- Create a new game or join an existing one.
- Roll the dice by clicking the "Roll" button.
- Update the scores based on the game rules.
- Repeat steps 3 and 4 until a player wins.
- Celebrate the victory and start a new game!
The Tenzi App is built using the following technologies:
- React: JavaScript library for building user interfaces
- CSS: Styling and layout
Contributions are welcome!