remove base fen

This commit is contained in:
2026-01-05 12:40:32 +01:00
parent 117f395c00
commit d6984ccf93

View File

@@ -13,8 +13,6 @@ class Game:
self._time_control = time_control
self._increments = increment
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):
if fen is None : return