X-Git-Url: https://git.hedgecode.org/?p=chesshog.git;a=blobdiff_plain;f=README.md;fp=README.md;h=048fb24f9b380050b1bd303ce1b7d905000a6648;hp=0000000000000000000000000000000000000000;hb=9f34f5f2c0b17e3119f88fbcf30e2dc81521db16;hpb=b723e3cbfc1fce59187408a95de47568b1e5e88e diff --git a/README.md b/README.md new file mode 100644 index 0000000..048fb24 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +## Hedgecode ChessHog + +### Description + +Hedgecode ChessHog is a chess project that includes modules with different functionality, such as: + +* own internal format for the presentation of chess games and positions, which makes + it possible to use this project as API library for various chess Java applications; +* ability to work with various formats of chess games and diagrams (e.g. PGN, FEN), + including the functionality of generating chess positions in ASCII format, + as well as Wikipedia format; +* provide full functionality for working with UCI (Universal Chess Interface) protocol, + which allows both connecting external UCI engines and developing your own + using API of UCI module with a set of necessary interfaces described in it; +* building chess diagrams in the form of images with a diverse set of chess pieces; +* ability to record chess games and positions in the form of a QR code, + as well as recognition of this chess QR code. + +### Links + +Below are links to the project description pages: +- [ENG](https://lib.hedgecode.org/chesshog/) +- [RUS](https://lib.hedgecode.org/chesshog/ru/) + +Copyright © 2018–2019 [Hedgecode](https://hedgecode.org/).