Skip to content
Tags give the ability to mark specific points in history as being important
  • v2.26
    3ba298f5 · splitting eval ·
    Release: v2.26
    - Added insufficient material eval
    - Passed Pawn eval
    - Late move reduction
    - Null Window pv search
  • v2.21
    4ecbc53f · code cleaning ·
    Release: v2.21
    Bitboard version of the engine (KinderGarten move generation).
    
    Eval :
    - Simple Piece Square Tables evaluation
    - Bishop/Knight Pair Bonus
    - Open Rook files Bonus
    - Double-Pawn files Malus
    
    Move ordering :
    - Previous PV first
    - MVV-LVA
    - Killer Heuristic
    - History Heuristic
    
    Search :
    
    - NegaMax evaluation
    - Alpha-Beta Pruning
    - Iterative deepening
    - Quiescence search
    - Aspiration window
  • v1.0 Release: v1.0
    Chessika v 1.0
    
    This version of Chessika implements the following features :
    
      - 12x12 board representation
      - negamax evaluation
      - alpha-beta pruning
      - quiescence search
      - piece squart table evaluation
      - PV triangular table
      - Connection to a chessboard.js based webUI