lib/ai: introduce the ai library with `backtrack` as the first module
[nit.git] / lib / ai / README.md
diff --git a/lib/ai/README.md b/lib/ai/README.md
new file mode 100644 (file)
index 0000000..f4d58a7
--- /dev/null
@@ -0,0 +1,8 @@
+Simple toolkit for artificial intelligence
+
+This library provides some frameworks for basic algorythm used for artificial intelligence.
+It offers simple a generic class to extends and
+
+Contents:
+
+* see `backtrack`