Wukong

From Chessprogramming wiki
Jump to: navigation, search

Home * Engines * Wukong

Wukong,
an UCI compliant open source chess engine by Maksim Korzh, written in C, and superseded by its JavaScript successor Wukong JS. Wukong represents its board by an 0x88 array, and applies iterative deepening with fixed depth of 6 plies, along with negamax alpha-beta, PV table, as wall as killer and history heuristic. Wukong's rudimentary evaluation relies on material and piece-square tables. Wukong is not able to detect repetitions [1].

See also

External Links

References