A chess app for 2 players designed with user accessibility in mind. Use voice commands with the speech systhesis engine to see your spoken moves being played on screen. This app was designed to help users who could not interact with a keyboard or mouse play online chess.
Made for WarwickTECH
To run you need to first import the speech synthesis and recognition package:
dotnet add package Toolbelt.Blazor.SpeechSynthesis
dotnet add package Toolbelt.Blazor.SpeechRecognition --version 0.0.4.6-alpha