Switch language한국어
Back to the list

Regex Chess: A 2-ply minimax chess engine in 84,688 regular expressions | Hacker News

TL;DR AI

Key summary

1 min read
  1. Hacker News discussed a chess engine built from 84,688 regular expressions.

  2. The engine uses a 2-ply minimax approach and can find a winning line in a sample game.

  3. The post included the mating sequence and a Lichess analysis link for verification.

  4. The project shows how far regex and text-processing techniques can be pushed in game logic.

Read the original