pull/1/head
Thomas Lindner 2022-12-29 17:43:03 +01:00
parent 99eba3bc33
commit 34f10471d3
1 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@ from pygame import mixer
import random
from stockfish import Stockfish
import time
import movegenerator
settings = {
"Debug Log File": "",
@ -53,7 +52,6 @@ class Game:
self.engine = Stockfish("/usr/bin/stockfish")
self.settings = engine_settings
self.engine.update_engine_parameters(self.settings)
self.matrix = BoardReader()
self.current_evaluation = (
self.engine.get_evaluation()
) # This is not necessary, now that I think about it.