Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dezyh/chidx

A chess position search engine allowing partial positions to be searched in realtime
https://github.com/dezyh/chidx

chess database search

Last synced: 8 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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