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 NameNameNotationAdded ByNotes
KingKingKGeneric Chessroyal; can castle
PawnPawnPGeneric Chessen passant; can promote; pawn structure evaluation
RookRookRHubbubcastling partner; open file bonus; trap king on back rank bonus
BishopBishopBHubbubcolorbinding evaluation; outpost bonus
KnightKnightNHubbuboutpost bonus
ScoutScoutSHubbuboutpost bonus
LionLionLHubbub 
GryphonGHubbub 

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

 
 

COPYRIGHT (C) 2021 BY GREG STRONG