remove base fen
This commit is contained in:
@@ -13,8 +13,6 @@ class Game:
|
|||||||
self._time_control = time_control
|
self._time_control = time_control
|
||||||
self._increments = increment
|
self._increments = increment
|
||||||
self._moves = []
|
self._moves = []
|
||||||
self._base_fen = "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"
|
|
||||||
self.add_move(self._base_fen)
|
|
||||||
|
|
||||||
def add_move(self, fen : str):
|
def add_move(self, fen : str):
|
||||||
if fen is None : return
|
if fen is None : return
|
||||||
|
|||||||
Reference in New Issue
Block a user