Skip to content

bjorkstromm/alpha-beta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alpha-beta

A simple learning game, which uses Azure cognitive services, that I've made for my children. It picks a random word from a list of words for the user to type. It uses Bing Search v7 for searching related images and Text to Speech for reading the word out loud.

demo

Prerequisites

  • Visual Studio 2019 or later
  • Active Azure Subscription with Bing Search v7 and Speech resources created.

Build

  • Open alpha-beta.sln in Visual Studio.
  • Modify alpha-beta\appsettings.json and add your cognitive services API keys.
    • Add Bing Search v7 key to searchKey search-key
    • Add Speech key to speechKey and location to speechRegion speech-key
    • Alternatively modify language by modifying locale. Supported locales can be found here
  • Build

Add/remove words used

  • Open up words.txt and add/remove words. Each word is separated by newline.

About

A simple learning game, which uses Azure cognitive services, that I've made for my children

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages