2023-01-01 12:30:04 +01:00
|
|
|
# Open Chess [](https://gitlab.com/manzerbredes/ochess/pipelines) [](https://cmake.org/download/) [](https://www.wxwidgets.org/)
|
2022-02-23 18:11:55 +01:00
|
|
|
|
|
|
|

|
|
|
|
|
2023-01-01 12:30:04 +01:00
|
|
|
## Features
|
|
|
|
- PGNs files (*.si4* files not yet but soon!)
|
|
|
|
- Handle heavy game files
|
|
|
|
- Live chess engine analysis with *UCI* compliant chess engines
|
|
|
|
- Intuitive game annotations
|
|
|
|
- Simple database management system
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
Requires *CMake* and *wxWidgets*:
|
|
|
|
|
|
|
|
> git clone https://gitlab.com/manzerbredes/ochess
|
|
|
|
> cd ./ochess
|
|
|
|
> git submodule init
|
|
|
|
> git submodule update
|
|
|
|
> mkdir ./build && cd ./build
|
|
|
|
> cmake ../ && make
|
2022-02-23 18:11:55 +01:00
|
|
|
|
2023-01-02 18:50:01 +01:00
|
|
|
## Notes
|
|
|
|
|
|
|
|
OChess is still in early development stage. For more informations, please read the `TODO.md` file.
|
2022-02-23 18:11:55 +01:00
|
|
|
|
2023-01-01 12:44:04 +01:00
|
|
|
## 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
|