Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 559 Bytes

readme.md

File metadata and controls

12 lines (11 loc) · 559 Bytes

Takoyaki

A chess position search engine allowing partial positions to be searched in realtime.

Roadmap

  • Parse Lichess PGNs from the (Lichess open database)[https://database.lichess.org]
  • Index games/positions for exact queries
  • Index games/positions for partial queries
  • Search for positions with exact queries
  • Search for positions with partial queries
  • Design TQL (Takoyaki Query Language) formal language
  • Index games/positions for complex queries with TQL
  • Search for any position and move sequence using TQL