Skip to content

Commit ee35f16

Browse files
committed
README improvements
1 parent a35139b commit ee35f16

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44

55
# ![Logo](https://nunofachada.github.io/libgameai/images/logo.svg) LibGameAI
66

7-
A .NET Standard 2.1 library of AI algorithms for video games with a focus on
8-
education.
7+
LibGameAI is .NET Standard 2.1 library of AI algorithms for video games with a
8+
focus on education.
99

10-
## Library components
10+
The library is organized into several components, installable from
11+
[NuGet] or [downloadable] directly into your project.
12+
13+
## Documentation
1114

1215
* [Decision trees](https://nunofachada.github.io/libgameai/api/LibGameAI.DecisionTrees.html)
1316
* [Finite state machines](https://nunofachada.github.io/libgameai/api/LibGameAI.FSMs.html)
@@ -39,4 +42,6 @@ reference:
3942

4043
[MIT](LICENSE)
4144

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

0 commit comments

Comments
 (0)