Chess game analysis software.
Find a file
2023-01-08 12:26:38 +01:00
libs Update CGEditor+debug 2023-01-02 08:15:51 +01:00
src Improve BoardCanvas 2023-01-08 12:26:38 +01:00
tools Update OChess icon 2023-01-06 10:05:50 +01:00
.gitignore Create repository 2022-02-23 18:11:55 +01:00
.gitlab-ci.yml Update CI 2022-12-22 13:56:23 +01:00
.gitmodules Prepare GUI for engines 2022-02-26 15:37:03 +01:00
CMakeLists.txt Debug and cleaning 2023-01-02 12:43:46 +01:00
README.md Update metadata 2023-01-02 18:50:01 +01:00
TODO.md Improve BoardCanvas 2023-01-08 12:26:38 +01:00

Open Chess   Pipeline Pipeline Pipeline

Screenshot

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