https://github.com/michaelkolesidis/tenzi
Tenzi is a dice game. The player needs to roll dice until they are all the same. Clicking on a dice, freezes it at its current value between rolls. Best scores are saved to local storage.
https://github.com/michaelkolesidis/tenzi
dice-game game react react-game react-typescript reactjs tenzi tenzi-game tenzi-react tenzies typescript typrescript-game
Last synced: about 1 month ago
JSON representation
Tenzi is a dice game. The player needs to roll dice until they are all the same. Clicking on a dice, freezes it at its current value between rolls. Best scores are saved to local storage.
- Host: GitHub
- URL: https://github.com/michaelkolesidis/tenzi
- Owner: michaelkolesidis
- License: gpl-3.0
- Created: 2022-06-07T11:45:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T01:23:01.000Z (8 months ago)
- Last Synced: 2025-04-01T05:11:08.210Z (3 months ago)
- Topics: dice-game, game, react, react-game, react-typescript, reactjs, tenzi, tenzi-game, tenzi-react, tenzies, typescript, typrescript-game
- Language: TypeScript
- Homepage: https://tenzi-react.netlify.app/
- Size: 7.81 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Roll until all dice are the same
## Technologies Used
## Description
Tenzi is a dice game used to demonstrate the use of React Hooks (useState, useEffect).
The player needs to roll dice until they are all the same. Clicking on a dice, freezes it at its current value between rolls
Best scores are saved to local storage.
## Screenshots
![]()
## License
Copyright (c) Michael Kolesidis
Licensed under the [GNU Affero General Public License v3.0](https://www.gnu.org/licenses/agpl-3.0.html).