mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-06 01:56:28 +02:00
Update README.md
This commit is contained in:
parent
5607057ac3
commit
bc82aad304
1 changed files with 21 additions and 7 deletions
28
README.md
28
README.md
|
@ -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...
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue