Hubbub
Invented by: Greg Strong, 2006
Game hierarchy
• Game
• Generic Chess
• Hubbub
Board
FEN: b3ss3b/1rnlgklnr1/1pppppppp1/10/10/10/10/1PPPPPPPP1/1RNLGKLNR1/B3SS3B 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 | en passant; can promote; pawn structure evaluation |
Rook | Rook | R | Hubbub | castling partner; open file bonus; trap king on back rank bonus |
Bishop | Bishop | B | Hubbub | colorbinding evaluation; outpost bonus |
Knight | Knight | N | Hubbub | outpost bonus |
Scout | Scout | S | Hubbub | outpost bonus |
Lion | Lion | L | Hubbub | |
| Gryphon | G | Hubbub | |
Game Variables
Name = "Hubbub"
Invented = "2006"
InventedBy = "Greg Strong"
NumberOfSquareColors = 2
FENFormat = "{array} {current player} {castling} {en-passant} {half-move clock} {turn number}" FENStart = "#{Array} w #default #default 0 1"
Array = "b3ss3b/1rnlgklnr1/1pppppppp1/10/10/10/10/1PPPPPPPP1/1RNLGKLNR1/B3SS3B"
DeduplicateMoves = false
StaticExchangeEvaluation = true
Declared in Generic Chess:
StalemateResult = Draw
PromotionRule = Custom
PromotionTypes = "GRLBNS"
BareKing = false
EnPassant = true
PromotingType = Pawn
CastlingType = King
Rules
MoveCompletionDefaultRule
EnPassantRule
CheckmateRule
Move50Rule
BrouhahaBorderRule
CastlingRule
BasicPromotionRule
RepetitionDrawRule
Evaluations
PawnStructureEvaluation
DevelopmentEvaluation
LowMaterialEvaluation
ColorbindingEvaluation
RookTypeEvaluation
OutpostEvaluation
|