diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-01 12:30:04 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-01 12:30:04 +0100 |
| commit | bc82aad30420a11471f8951dcd99dd3f9739679f (patch) | |
| tree | 12d7b203ca1fce54148eaf632c31f43836e49fdd /README.md | |
| parent | 5607057ac33ce3b6933697134b20d7ef0b1a43be (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 28 |
1 files changed, 21 insertions, 7 deletions
@@ -1,13 +1,27 @@ -# Open Chess [](https://gitlab.com/manzerbredes/ochess/pipelines) [](https://cmake.org/download/) [](https://www.boost.org/) [](https://www.wxwidgets.org/) +# Open Chess [](https://gitlab.com/manzerbredes/ochess/pipelines) [](https://cmake.org/download/) [](https://www.wxwidgets.org/)  -## Requirements - - CMake - - wxWidgets +## 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 - - Fix memory leaks - - Solve various bugs - - Add support for various database formats such as .si4 (only PGN files for now) + - Add support for *.si4* file format + - Improving user experience + - Analyze and generate game reports + - Many more features... |
