ochess/README.md

40 lines
1.9 KiB
Markdown
Raw Permalink 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
2023-01-16 17:36:12 +01:00
- Simple games database management system
2023-01-01 12:30:04 +01:00
2023-04-30 16:38:04 +02:00
## Installing OChess
On ArchLinux from AUR:
> yay -S ochess
## Running OChess from sources
2023-01-01 12:30:04 +01:00
Requires *CMake* and *wxWidgets*:
2023-01-13 08:35:03 +01:00
> git clone --recursive https://gitlab.com/manzerbredes/ochess
2023-01-01 12:30:04 +01:00
> cd ./ochess
> mkdir ./build && cd ./build
> cmake ../ && make
2023-01-13 08:35:03 +01:00
> ./ochess # Launch OChess
2022-02-23 18:11:55 +01:00
2023-01-02 18:50:01 +01:00
## Notes
2023-01-11 16:46:59 +01:00
- OChess is still in early development stage. For more informations, please read the `TODO.md` file.
- For questions and discussions please join [irc://irc.libera.chat/ochess](https://web.libera.chat/#ochess).
2022-02-23 18:11:55 +01:00
2023-01-01 12:44:04 +01:00
## Satellites projects
OChess is based on several satellite projects that implement individual and independant features:
2023-01-16 17:36:12 +01:00
- [chessarbiter](https://gitlab.com/manzerbredes/chessarbiter): A chess classical chess game C++ arbiter
2023-01-01 12:44:04 +01:00
- [pgnp](https://gitlab.com/manzerbredes/pgnp): An efficient PGN parser
- [uciadapter](https://gitlab.com/manzerbredes/uciadapter): A cross platform utility to interact with *UCI* chess engines
2023-01-16 17:36:12 +01:00
- [cgeditor](https://gitlab.com/manzerbredes/cgeditor): A 2D chess game moves presenter/editor
2023-01-19 16:33:44 +01:00
- [chess-move-interface](https://gitlab.com/manzerbredes/chess-move-interface) A chess half move interface for libraries interoperability
2023-01-16 17:36:12 +01:00
## Acknowledgments
- The [chess-openings](https://github.com/lichess-org/chess-openings) project by [lichess-org](https://github.com/lichess-org) for their openings databases