Warochess
Invented by: Eric Warolus, 2010
Played on a 9x9 board, adding a queen with an extra pawn in front Totally symmetrical, all standard chess rules apply but without castling
Game hierarchy
• Game
• Generic Chess
• Generic x9
• Generic 9x9
• Warochess
Board
FEN: rbnqkqbnr/ppppppppp/9/9/9/9/9/PPPPPPPPP/RNBQKQNBR w - - 0 1
Piece Types
Internal Name | Name | Notation | Added By | Notes |
King | King | K | Generic Chess | royal |
Pawn | Pawn | P | Generic Chess | can promote; en passant; pawn structure evaluation |
Rook | Rook | R | Warochess | open file bonus; trap king on back rank bonus |
Bishop | Bishop | B | Warochess | colorbinding evaluation; outpost bonus |
Knight | Knight | N | Warochess | outpost bonus |
Queen | Queen | Q | Warochess | trap king on back rank bonus |
Game Variables
Name = "Warochess"
Invented = "2010"
InventedBy = "Eric Warolus"
NumberOfSquareColors = 2
FENFormat = "{array} {current player} {castling} {en-passant} {half-move clock} {turn number}" FENStart = "#{Array} w #default #default 0 1"
Array = "rbnqkqbnr/ppppppppp/9/9/9/9/9/PPPPPPPPP/RNBQKQNBR"
DeduplicateMoves = false
StaticExchangeEvaluation = true
Declared in Generic Chess:
StalemateResult = Draw
PromotionRule = Standard
PromotionTypes = "QRNB"
BareKing = false
EnPassant = true
PromotingType = Pawn
CastlingType = King
Declared in Generic x9:
PawnDoubleMove = true
Declared in Generic 9x9:
Castling = None
Rules
MoveCompletionDefaultRule
BasicPromotionRule
EnPassantRule
CheckmateRule
Move50Rule
RepetitionDrawRule
Evaluations
PawnStructureEvaluation
DevelopmentEvaluation
LowMaterialEvaluation
ColorbindingEvaluation
RookTypeEvaluation
OutpostEvaluation
|