Merge Python Branch into Main #1

Merged
hagi merged 45 commits from python into main 2022-12-30 19:15:27 +00:00
Showing only changes of commit 0f064e3338 - Show all commits

View file

@ -4,6 +4,7 @@ from pygame import mixer
import random
from stockfish import Stockfish
import time
import movegenerator
settings = {
"Debug Log File": "",
@ -31,20 +32,6 @@ settings = {
sound_path = Path("sounds")
class BoardReader:
"""
A class containing methods to read the board state through the GPIO matrix.
"""
def __init__(self):
pass
# TODO WIP
def get_latest_move(self):
return ""
def play_sound() -> None:
"""
Plays a random sound from the sound path