Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dezyh/chidx
- Owner: dezyh
- License: mit
- Created: 2022-04-25T05:03:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T16:18:42.000Z (over 2 years ago)
- Last Synced: 2024-10-28T13:30:55.943Z (about 2 months ago)
- Topics: chess, database, search
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
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