chess_game/move_ and_piece_of_chess.py
2022-11-15 14:34:14 +01:00

7 lines
59 B
Python

Pawn = 1
Knigt = 2
Bishop = 3
Rook = 5
Quenn = 9
King = 10