mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-06 01:56:28 +02:00
Update README.md
This commit is contained in:
parent
bc82aad304
commit
8bf9e7e7b5
1 changed files with 7 additions and 1 deletions
|
@ -19,9 +19,15 @@ Requires *CMake* and *wxWidgets*:
|
|||
> mkdir ./build && cd ./build
|
||||
> cmake ../ && make
|
||||
|
||||
## Still ongoing
|
||||
## Ongoing development
|
||||
- Add support for *.si4* file format
|
||||
- Improving user experience
|
||||
- Analyze and generate game reports
|
||||
- Many more features...
|
||||
|
||||
## Satellites projects
|
||||
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
|
||||
- [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
|
Loading…
Add table
Reference in a new issue