mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-07 02:26:29 +02:00
Update metadata
This commit is contained in:
parent
3846e5f9f6
commit
5871ba3889
1 changed files with 6 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
- Handle heavy game files
|
- Handle heavy game files
|
||||||
- Live chess engine analysis with *UCI* compliant chess engines
|
- Live chess engine analysis with *UCI* compliant chess engines
|
||||||
- Intuitive game annotations
|
- Intuitive game annotations
|
||||||
- Simple database management system
|
- Simple games database management system
|
||||||
|
|
||||||
## Running OChess
|
## Running OChess
|
||||||
Requires *CMake* and *wxWidgets*:
|
Requires *CMake* and *wxWidgets*:
|
||||||
|
@ -25,7 +25,10 @@ Requires *CMake* and *wxWidgets*:
|
||||||
|
|
||||||
## Satellites projects
|
## Satellites projects
|
||||||
OChess is based on several satellite projects that implement individual and independant features:
|
OChess is based on several satellite projects that implement individual and independant features:
|
||||||
- [chessarbiter](https://gitlab.com/manzerbredes/chessarbiter): A chess game rule and board manager
|
- [chessarbiter](https://gitlab.com/manzerbredes/chessarbiter): A chess classical chess game C++ arbiter
|
||||||
- [pgnp](https://gitlab.com/manzerbredes/pgnp): An efficient PGN parser
|
- [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
|
- [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
|
- [cgeditor](https://gitlab.com/manzerbredes/cgeditor): A 2D chess game moves presenter/editor
|
||||||
|
|
||||||
|
## Acknowledgments
|
||||||
|
- The [chess-openings](https://github.com/lichess-org/chess-openings) project by [lichess-org](https://github.com/lichess-org) for their openings databases
|
Loading…
Add table
Reference in a new issue