https://github.com/codestrate/tenziesgame
A react version of the Tenzies Game, Made with ♥ by me!
https://github.com/codestrate/tenziesgame
react reactjs tenzies tenzies-game tenzies-react
Last synced: 8 days ago
JSON representation
A react version of the Tenzies Game, Made with ♥ by me!
- Host: GitHub
- URL: https://github.com/codestrate/tenziesgame
- Owner: CodeStrate
- Created: 2023-07-11T13:31:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T13:01:14.000Z (over 1 year ago)
- Last Synced: 2025-03-02T07:25:43.067Z (about 1 year ago)
- Topics: react, reactjs, tenzies, tenzies-game, tenzies-react
- Language: JavaScript
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Tenzies Game
### From Scrimba Learn React - Week 4
A Tenzies Game in React + Vite. The game features a Dice style toggle from numbers to dots, a score tracker, and Confetti celebration.
#### Deployed at : https://codestrate-tenzies.netlify.app/
## Features!
1. Dice style toggle from numbers to dots: The button allows players to toggle the dice from numbers to dots.
This is a fun way to add a bit of randomness to the game.


2. Score tracker: The game keeps track of the player's score. This allows players to compete against each other or try to beat their own high score.
3. Confetti celebration: When a player wins the game, confetti is displayed. This is a fun way to celebrate the player's victory.

4. Timer: See how fast you finished the game! Dynamic Timer.
5. Themes : An option for Light or Dark Mode in the game.
6. Responsiveness : Scales well on almost all devices. (Almost...)
 
# How to run the game
To run the game, you will need to have Node.js and NPM installed. Once you have Node.js and NPM installed, you can run the following commands:
`npm install`
`npm run dev`
or
`yarn`
`yarn dev`
This will start the development server and the game will be available at http://localhost:5173.
# • To-do
1) ~~Add scoring data in the back.~~ (Kind of added best score and time per session in local storage (clearable))
2) ~~Add a timer.~~
3) Maybe more modes??
# Contributing
If you would like to contribute to this project, please feel free to fork the repository and submit a pull request.