Colossus
Invented by: Charles Daniel, 2010
A large board variant with standard pieces and twice as many rooks, knights, and bishops
Game hierarchy
• Game
• Generic Chess
• Generic x10
• Generic 10x10
• Colossus
Board
FEN: r1nb2bn1r/1rnbqkbnr/pppppppppp/10/10/10/10/PPPPPPPPPP/1RNBQKBNR/R1NB2BN1R w KQkq - 0 1
Piece Types
Internal Name | Name | Notation | Added By | Notes |
King | King | K | Generic Chess | royal; can castle |
Pawn | Pawn | P | Generic Chess | can promote; en passant; pawn structure evaluation |
Queen | Queen | Q | Colossus | trap king on back rank bonus |
Rook | Rook | R | Colossus | castling partner; open file bonus; trap king on back rank bonus |
Bishop | Bishop | B | Colossus | colorbinding evaluation; outpost bonus |
Knight | Knight | N | Colossus | outpost bonus |
Game Variables
Name = "Colossus"
Invented = "2010"
InventedBy = "Charles Daniel"
NumberOfSquareColors = 2
FENFormat = "{array} {current player} {castling} {en-passant} {half-move clock} {turn number}" FENStart = "#{Array} w #default #default 0 1"
Array = "r1nb2bn1r/1rnbqkbnr/pppppppppp/10/10/10/10/PPPPPPPPPP/1RNBQKBNR/R1NB2BN1R"
DeduplicateMoves = false
StaticExchangeEvaluation = true
Declared in Generic Chess:
StalemateResult = Draw
PromotionRule = Standard
PromotionTypes = "QRBN"
BareKing = false
EnPassant = true
PromotingType = Pawn
CastlingType = King
Declared in Generic x10:
PawnMultipleMove = Fast Pawn
Declared in Generic 10x10:
Castling = Colossus
Rules
MoveCompletionDefaultRule
BasicPromotionRule
EnPassantRule
CheckmateRule
Move50Rule
FlexibleCastlingRule
RepetitionDrawRule
Evaluations
PawnStructureEvaluation
DevelopmentEvaluation
LowMaterialEvaluation
ColorbindingEvaluation
RookTypeEvaluation
OutpostEvaluation
|