Integrate CMI

This commit is contained in:
Loic Guegan 2023-01-19 16:33:44 +01:00
parent aa6ec0ea60
commit a1289dec3d
13 changed files with 118 additions and 278 deletions

View file

@ -29,6 +29,7 @@ OChess is based on several satellite projects that implement individual and inde
- [pgnp](https://gitlab.com/manzerbredes/pgnp): An efficient PGN parser
- [uciadapter](https://gitlab.com/manzerbredes/uciadapter): A cross platform utility to interact with *UCI* chess engines
- [cgeditor](https://gitlab.com/manzerbredes/cgeditor): A 2D chess game moves presenter/editor
- [chess-move-interface](https://gitlab.com/manzerbredes/chess-move-interface) A chess half move interface for libraries interoperability
## Acknowledgments
- The [chess-openings](https://github.com/lichess-org/chess-openings) project by [lichess-org](https://github.com/lichess-org) for their openings databases