コード例 #1
0
ファイル: chess.py プロジェクト: jalvar53/LearningBot
 def torreNegra():
     self.tablero.append(fichas.torre("Negro"))
コード例 #2
0
 def torreNegra():
     self.tablero.append(fichas.torre("Negro"))
コード例 #3
0
ファイル: chess.py プロジェクト: jalvar53/LearningBot
 def torreBlanca():
     self.tablero.append(fichas.torre("Blanco"))
コード例 #4
0
 def torreBlanca():
     self.tablero.append(fichas.torre("Blanco"))