https://github.com/gsantos99/jogo-da-adivinhacao
O usuário tem que adivinhar um número aleatório entre 1 e 10.
https://github.com/gsantos99/jogo-da-adivinhacao
css html javascript while-loop
Last synced: 4 months ago
JSON representation
O usuário tem que adivinhar um número aleatório entre 1 e 10.
- Host: GitHub
- URL: https://github.com/gsantos99/jogo-da-adivinhacao
- Owner: Gsantos99
- Created: 2023-01-17T02:12:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T17:32:51.000Z (over 2 years ago)
- Last Synced: 2025-01-16T15:27:35.015Z (5 months ago)
- Topics: css, html, javascript, while-loop
- Language: HTML
- Homepage: https://jogo-da-adivinhacao-rho.vercel.app
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jogo-da-adivinhação
## Teste sua sorte!
Feito para exercitar os conceitos de loops e condicionais dentro do javaScript. Nesse caso utilizei o While e o condicional IF para estruturar o jogo.