ochess/README.md

28 lines
988 B
Markdown
Raw Normal View History

2023-01-01 12:30:04 +01:00
# Open Chess   [![Pipeline](https://gitlab.com/manzerbredes/ochess/badges/master/pipeline.svg)](https://gitlab.com/manzerbredes/ochess/pipelines) [![Pipeline](https://img.shields.io/badge/cmake-v3.10-blue)](https://cmake.org/download/) [![Pipeline](https://img.shields.io/badge/wxWidgets-v3.0.4-blue)](https://www.wxwidgets.org/)
2022-02-23 18:11:55 +01:00
![Screenshot](tools/assets/icons/screenshot.jpg)
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
2022-02-28 15:36:21 +01:00
## Still ongoing
2023-01-01 12:30:04 +01:00
- Add support for *.si4* file format
- Improving user experience
- Analyze and generate game reports
- Many more features...
2022-02-23 18:11:55 +01:00