CPG/src/Chess/player.nim

6 lines
79 B
Nim
Raw Normal View History

2023-10-13 11:54:57 +02:00
import board as chess
2023-03-18 18:14:30 +01:00
2023-10-13 11:54:57 +02:00
var board = newDefaultChessboard()
2023-10-16 14:55:43 +02:00
2023-10-15 22:46:22 +02:00
echo board.pretty()