mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-06 01:56:28 +02:00
988 B
988 B
Open Chess

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...