Skip to content

Anirbansikder/Number_Guessing_Game_with_Speech_Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number_Guessing_Game_with_Speech_Recognition

Created the simple Number Guessing Game but with a bit of modification , by adding speech recognition to it. Used The Speech Recognition API to recognise the speech and add functionality to it.

Usage

# Creating A new Speech Recognition Object
let recognition = new window.SpeechRecognition();
# Starting the Speech Recognition
recognition.start();

About

Simple Number Guessing Game but with Speech Recognition API .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published