This commit is contained in:
Mat 2022-11-15 14:44:27 +01:00
parent fb491d8f96
commit 49ff0daf4a

View File

@ -8,7 +8,7 @@ value of a rook : 5
value of the Quenn : 9
value of the King : 10 '''
piece = [(1,2,3,5,9,10)]
iece = [(1,2,3,5,9,10)]
import numpy as np