Tenzie is a simple, fun game built with React. The goal of the game is to roll the dice until all dice show the same value. You can choose to hold a die at its current value between rolls. The game ends when all dice show the same value.
Clone the repository and install the dependencies:
git clone https://github.com/hsavzyan/tenzie.git
cd tenzie
yarn install
To start the game, use the following command:
yarn start
The game will be available at http://localhost:3000
.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.