Added commands to execute interactively
This commit is contained in:
@@ -2,7 +2,7 @@ final class King: Piece {
|
||||
typealias Threats = (Piece?, Piece?)
|
||||
var threats: Threats = (nil, nil)
|
||||
override var unicodeRepresentation: String {
|
||||
return color == .Black ? "♛" : "♕"
|
||||
return color == .Black ? "♚" : "♔"
|
||||
}
|
||||
|
||||
override var pseudoLegalPositions: [Square.Position] {
|
||||
|
||||
Reference in New Issue
Block a user