blob: b3038f9f154ba18387f5bbbff5513c9854880e64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Open Chess [](https://gitlab.com/manzerbredes/ochess/pipelines) [](https://cmake.org/download/) [](https://www.wxwidgets.org/)

## 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
## Still ongoing
- Add support for *.si4* file format
- Improving user experience
- Analyze and generate game reports
- Many more features...
|