Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T11:26:11.000Z (about 1 year ago)
- Last Synced: 2024-05-02T05:41:04.789Z (7 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: 8.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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).