Skip to content

Latest commit

 

History

History
134 lines (113 loc) · 5.3 KB

File metadata and controls

134 lines (113 loc) · 5.3 KB


Tenzies Game

Tenzies game aims to roll the dice randomly until they have the same number.

"O jogo Tenzies tem como objetivo rolar os dados aleatoriamente até que eles tenham o mesmo número" - Portuguese description.

React Top language: javascript 3 languages used Repository size: 25Kb Made with love License MIT

Why (por que?)  |  Demo  |  How to use? (Como usar)  |  Tech Stack  |  Features  |  License



Intro'

🎲 Why?

To learn the basic techniques of React, including useState, useEffect and etc, nothing beats making a fun and simple game.
Tenzies Game is a game that will entertain you from start to finish. 🕹️ 🎰

Para aprender as técnicas básicas do React, incluindo useState, useEffect e etc, nada melhor que fazer um jogo divertido e simples.
Tenzies Game é um jogo que vai divertir você do começo ao fim. 🕹️🎰


🚀 Demo

🤜💥 DEMO 💥🤛


🖥️ To use


Node version: 16.13.0 NPM version: 8.0.1 Vite version: 2.8.0


1. Clone and open this project


1.1 Clone this repository (Clone este repositório)
  git clone https://github.com/rapha-developer/tenzies-game.git
1.2 Go to the project directory (Vá para o diretório do projeto)
 cd tenzies-game

2. Install dependencies and start the server with NPM


2.1 Install dependencies with NPM
  npm install 
2.2 Execute application with NPM
  npm run dev


👉 OR (Ou)

2. Install dependencies and start the server with Yarn


2.1 Install dependencies with Yarn
  yarn install
2.2 Execute application with Yarn
  yarn run dev

The server run in Localhost PORT:3000

Tech Stack

Javascript Basic

React Basic

Html Basic

CSS3 Basic

⚒️ Features

✅ Lose game and receive try again.  (Perca o jogo e ganhe outra chance!)
✅ Win game and receive Confetti.   (Ganhe o jogo e receba confetes!)
✅ Count numbers of dices choose.  (Contar o número de dados escolhidos!)
✅ Save best time in local Storage.  (Salve o melhor tempo no local Storage!)

📝 License

License MIT