This is a simple chess game that can be played with one’s voice. For example, looking at the two images provided below a player will be able to say g1 – f3. This will select the knight located at g1 and move it to f3. Then the opponent will let the application know they are ready to do their turn and tell which piece to move and where to move it.
- the
documentsfolder will contain all the documents required for assigments: project proposal, Vision paper, Personas paper - the
srcfolder will contain all the code - the
imagesfolder contains all the piece images
To run the project simply clone the project:
git clone https://github.com/cis3296f22/04-voicechessand
python src/main.py Make a PR
- To build you are going to need to have python installed
- You are also going to need to install a couple of python packages which you can do with:
pip install SpeechRecognition pygame pytest- The SpeechRecognition package provides the speech recognition
- The pygame package provides the library for the GUI
