Skip to content

Commit 7e62683

Browse files
committed
Documentation improvements
1 parent ee35f16 commit 7e62683

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/index.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# LibGameAI <img src="images/logo.svg" align="right" />
22

3-
A .NET Standard 2.1 library of AI algorithms for video games with a focus on
4-
education.
3+
LibGameAI is .NET Standard 2.1 library of AI algorithms for video games with a
4+
focus on education.
55

6-
## Library components
6+
The library is organized into several components, installable from
7+
[NuGet] or [downloadable] directly into your project.
8+
9+
## Documentation
710

811
* [Decision trees](xref:LibGameAI.DecisionTrees)
912
* [Finite state machines](xref:LibGameAI.FSMs)
@@ -35,4 +38,6 @@ reference:
3538

3639
[MIT](https://github.com/nunofachada/libgameai/blob/main/LICENSE)
3740

38-
[Game AI Prototypes]:https://github.com/nunofachada/game-ai-prototypes
41+
[Game AI Prototypes]:https://github.com/nunofachada/game-ai-prototypes
42+
[NuGet]:https://www.nuget.org/packages?q=LibGameAI
43+
[downloadable]:https://github.com/nunofachada/libgameai/releases

0 commit comments

Comments
 (0)