You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ending the game by capturing the king (could be done with an action but might be worth building it into GameEndConditions) - this is simply done with ActionCheckPieceCount(pieceType: 'K'), like kinglet chess
The text was updated successfully, but these errors were encountered:
https://www.chess.com/terms/duck-chess
Requirements:
Pieces that both players can move (Neutral pieces #41)Pieces that are uncapturablePieces that can move anywhereEnding the game by capturing the king (could be done with an action but might be worth building it into- this is simply done withGameEndConditions
)ActionCheckPieceCount(pieceType: 'K')
, like kinglet chessThe text was updated successfully, but these errors were encountered: