aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-01-16 17:36:12 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2023-01-16 17:36:12 +0100
commit5871ba3889c50ddb5737e0b606d7887e6c93e64a (patch)
treefcfd6f34450b97a29c8443cabaaaa1960d79b53c /README.md
parent3846e5f9f6337774ac808963d4f53a043993c59b (diff)
Update metadata
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0024526..d6ee6de 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
- Handle heavy game files
- Live chess engine analysis with *UCI* compliant chess engines
- Intuitive game annotations
- - Simple database management system
+ - Simple games database management system
## Running OChess
Requires *CMake* and *wxWidgets*:
@@ -25,7 +25,10 @@ Requires *CMake* and *wxWidgets*:
## Satellites projects
OChess is based on several satellite projects that implement individual and independant features:
- - [chessarbiter](https://gitlab.com/manzerbredes/chessarbiter): A chess game rule and board manager
+ - [chessarbiter](https://gitlab.com/manzerbredes/chessarbiter): A chess classical chess game C++ arbiter
- [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
- - [cgeditor](https://gitlab.com/manzerbredes/cgeditor): A 2D chess game moves presenter/editor \ No newline at end of file
+ - [cgeditor](https://gitlab.com/manzerbredes/cgeditor): A 2D chess game moves presenter/editor
+
+ ## Acknowledgments
+ - The [chess-openings](https://github.com/lichess-org/chess-openings) project by [lichess-org](https://github.com/lichess-org) for their openings databases \ No newline at end of file