Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 923 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 923 Bytes

Tenzies

A fun, casual dice game where the goal is to roll ten dice until they are all the same number. You decide which dice get held or re-rolled. Built with React.

Features

  • Real looking dice
  • Confetti animation after a win
  • Tracks how many dice rolls it took to win
  • Tracks how much time it took to win
  • Tracks the best record time
  • Shows how well you did compared to the best record time

Screenshots

Run Locally

Clone the project

  git clone https://github.com/anthonypz/tenzies.git

Go to the project directory

  cd tenzies

Install dependencies

  npm install

Start the server

  npm run start

License

MIT