alpha-beta
alpha-beta copied to clipboard
A simple learning game, which uses Azure cognitive services, that I've made for my children
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.
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 tosearchKey
- Add
Speech
key tospeechKey
and location tospeechRegion
- Alternatively modify language by modifying
locale
. Supported locales can be found here
- Add
- Build
Add/remove words used
- Open up
words.txt
and add/remove words. Each word is separated by newline.