aboutsummaryrefslogtreecommitdiff
path: root/tools/doxygen/Opening.md
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-05-11 21:35:06 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-05-11 21:35:06 +0200
commita6bfdf40d50c58e9d7337fc0047d2708d5c2b506 (patch)
tree22c2d0be8e0ddf34a7bc0abce737057588a40d7f /tools/doxygen/Opening.md
parent33dca5b491be2b7541bb2ca66deb966323feaf18 (diff)
Setting up doxygen
Diffstat (limited to 'tools/doxygen/Opening.md')
-rw-r--r--tools/doxygen/Opening.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/doxygen/Opening.md b/tools/doxygen/Opening.md
new file mode 100644
index 0000000..e2bd91e
--- /dev/null
+++ b/tools/doxygen/Opening.md
@@ -0,0 +1,9 @@
+%Opening Names DB
+=====
+
+The chess opening names database uses the [Lichess chess-openings](https://github.com/lichess-org/chess-openings) project. The script `tools/openings.sh` is used to fetch the last updates from the project, and generate the `binres/openings.hpp` file.
+
+
+#### Acknowledgements
+
+Thanks to [lichess-org](https://github.com/lichess-org) for the tremendous work, and providing the [chess-openings](https://github.com/lichess-org/chess-openings) project.