Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 780 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 780 Bytes

Tenzie

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.

Table of Contents

  1. Installation
  2. Usage
  3. Contributing

Installation

Clone the repository and install the dependencies:

git clone https://github.com/hsavzyan/tenzie.git
cd tenzie
yarn install

Usage

To start the game, use the following command:

yarn start

The game will be available at http://localhost:3000.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.