Connect Four · the search tree drawn on each side shows only the nodes alpha-beta actually visits.
Human always plays first (red). Each AI reply is searched two ways — simple Left→Right and move ordering — drawn side by side.
Same alpha-beta engine as the Python experiments — cross-checked to return
identical moves. node demo/crosscheck.js