Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daraperini/learning-html-css-javascript-secret-number-game

In this game called Secret Number you play using your voice!
https://github.com/daraperini/learning-html-css-javascript-secret-number-game

css3 html5 javascript webspeech-api

Last synced: about 2 months ago
JSON representation

In this game called Secret Number you play using your voice!

Awesome Lists containing this project

README

        

# Secret Number

> Play a game using voice recognition!

This project was developed during the Alura's class *JavaScript: validations and voice recognition*. The application was created from scratch and I used the Web speech API for developing a game in wich you have to discover the Secret Number. You have to guess outloud a number using your microphone. And to make it easier I created tips so you'll know if your previous guess is higher or lower than the Secret Number.

In case you want to end the game before you guess the number you can say "Game Over" and the game will end!

To see the final result, click [here](https://jogo-numero-secreto-roan-seven.vercel.app/).

*Remember: you have to authorize the use of your microphone to play the game!*

## Used tools:

* HTML
* CSS
* JavaScript
* Web speech API

*(Alura is a Brazilian technology school and for acessibility reasons this code is in Portuguese)*

#

# Numero Secreto

> Jogue um jogo por reconhecimento de voz!

Esse projeto foi desenvolvido a partir do curso *JavaScript: validações e reconhecimento de voz*, da Alura. A aplicação foi criada do zero e, utilizando a Web speech API, desenvolvi um jogo onde você deve descobrir o Número Secreto. O chute deve ser dado em voz alta, utilizando um microfone. E, para facilitar, criei dicas para você saber se seu chute foi maior ou menor que o Número Secreto.

Caso você queira acabar com o jogo antes de acertar o número, é só dizer "Game Over" que o jogo se encerrará!

Para acessar o resultado final da página, clique [aqui](https://jogo-numero-secreto-roan-seven.vercel.app/).

*Lembre-se de autorizar o uso do microfone para poder jogar!*

## Ferramentas utilizadas:

* HTML
* CSS
* JavaScript
* Web speech API