aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-01-01 12:44:04 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2023-01-01 12:44:04 +0100
commit8bf9e7e7b5b963b8be3916c4926e9cade3064eb8 (patch)
tree27069914735f34fbe70ca42cca61f7a9e158210b /README.md
parentbc82aad30420a11471f8951dcd99dd3f9739679f (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index b3038f9..758f20a 100644
--- a/README.md
+++ b/README.md
@@ -19,9 +19,15 @@ Requires *CMake* and *wxWidgets*:
> mkdir ./build && cd ./build
> cmake ../ && make
-## Still ongoing
+## Ongoing development
- Add support for *.si4* file format
- Improving user experience
- Analyze and generate game reports
- Many more features...
+## 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
+ - [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