DEV Community

Lucas Cunha
Lucas Cunha

Posted on

I made a guessing game using just HTML, CSS e Javascript.

I made this simple guessing game as part of ImersãoDEV challenge.

This page defines a random number from 0 to 10 and the player have three tries to guess the number.

The game ends with victory, if the player hits the number. Or game over if the tries ends.

Mais um desafio cumprido na ImersãoDEV. Dessa vez foi um jogo de adivinhação simples.

A página define um número secreto (de 0 a 10) e você pode chutar até 3 vezes tentando acertar. O jogo termina quando você acerta (vitória) ou quando acabam-se as tentativas (game over).

Top comments (0)