projects: update some short descriptions
[nit.git] / lib / ai / README.md
index f4d58a7..f9997e1 100644 (file)
@@ -1,8 +1,14 @@
-Simple toolkit for artificial intelligence
+Simple library for basic artificial intelligence algorithms
 
-This library provides some frameworks for basic algorythm used for artificial intelligence.
-It offers simple a generic class to extends and
+This library provides some frameworks for basic algorithms used for artificial intelligence.
+It offers simple generic classes to extends.
 
 Contents:
 
 * see `backtrack`
+* see `search`
+
+See the `examples` subdirectory for examples:
+
+* `examples/queens.nit`
+* `examples/puzzle.nit`