https://github.com/belchenkov/speak-number-guess
Number guessing game where you speak your guess into the microphone using the speech recognition API
https://github.com/belchenkov/speak-number-guess
css3 html5 js6 speechrecognition
Last synced: 11 days ago
JSON representation
Number guessing game where you speak your guess into the microphone using the speech recognition API
- Host: GitHub
- URL: https://github.com/belchenkov/speak-number-guess
- Owner: Belchenkov
- Created: 2020-08-14T12:22:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T10:05:16.000Z (almost 6 years ago)
- Last Synced: 2025-03-02T17:33:15.205Z (over 1 year ago)
- Topics: css3, html5, js6, speechrecognition
- Language: JavaScript
- Homepage: http://speak-number-guess-ab.surge.sh/
- Size: 569 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Speak Number Guessing Game
> Number guessing game where you speak your guess into the microphone using the speech recognition API
### [Demo](http://speak-number-guess-ab.surge.sh)
### Get started
```shell script
git clone
```
```shell script
open index.html
```
or
```shell script
npm i -g live-server
```
```shell script
live-server
```