mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-06 01:56:28 +02:00
Chess game analysis software.
libs | ||
src | ||
tools | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
CMakeLists.txt | ||
README.md | ||
TODO.md |
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
Notes
OChess is still in early development stage. For more informations, please read the TODO.md
file.
Satellites projects
OChess is based on several satellite projects that implement individual and independant features:
- chessarbiter: A chess game rule and board manager
- pgnp: An efficient PGN parser
- uciadapter: A cross platform utility to interact with UCI chess engines
- cgeditor: A 2D chess game moves presenter/editor