Please follow the steps in this guide to make sure that the game will work as intended!
This is a step-by-step instruction to install the necessary modules to run the game.
Use the following commands on your Raspberry Pi to install the necessary modules:
In case a command does not work for you, try updating your Raspberry Pi first.
Install PyGame:
sudo pip3 install pygameInstall PyGame_GUI:
sudo pip3 install pygame_guiInstall Tkinter:
sudo apt-get install python3-tkInstall Chess:
sudo pip3 install chessInstall Speech Recognition:
pip install SpeechRecognitionInstall PyAudio:
sudo pip3 install pyaudioIn case of errors with PyAudio installation:
sudo apt install portaudio19-dev python3-pyaudioThis is a step-by-step instruction to install the necessary modules to run the SQL server.
Use the following commands on your Raspberry Pi to install the necessary modules: In case a command does not work for you, try updating your Raspberry Pi first.
Install MariaDB Server:
sudo apt install mariadb-serverMySQL Module for Python:
sudo pip3 install mysql-connectorConfigParser Module for Python:
sudo pip3 install configparserOptional: Follow this guide to make a new user in mysql with priviliges on your Raspberry Pi.
Configurate the SQL.cfg file. Enter credentials for the program to access the mysql server. Must have permissions for creating databases and tables as well as altering permissions.