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

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

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
```