Skip to content

pereferrera/chess_position_db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build status

Building a database of chess positions // played moves while learning Rust at the same time. The database associates a FEN key with a set of movement statistics: movement played, times played, win rate for white, win rate for black, etc. This database can then be used as an opening book or for other purposes e.g. to enrich a chess engine.

Database format expected

Text, PGN of the game. I am note sure now but I think I am using some of the databases here. See the example test database that is parsed by the unit tests here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages