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.
- Visual Studio 2019 or later
- Active Azure Subscription with Bing Search v7 and Speech resources created.
- Open
alpha-beta.slnin Visual Studio. - Modify
alpha-beta\appsettings.jsonand add your cognitive services API keys.- Add
Bing Search v7key tosearchKey - Add
Speechkey tospeechKeyand location tospeechRegion - Alternatively modify language by modifying
locale. Supported locales can be found here
- Add
- Build
- Open up
words.txtand add/remove words. Each word is separated by newline.
