libgameai

A .NET Standard 2.1 library of AI algorithms for video games

MIT License

Stars
4

Bot releases are hidden (Show)

libgameai - v0.0.4 Latest Release

Published by nunofachada 6 months ago

  • Utils: add cumulative sum function
  • Utils: add 2D neighborhood utilities
  • PCG: add 2D celular automata functionality
libgameai - v0.0.3

Published by nunofachada about 1 year ago

  • Documentation improvements.
libgameai - v0.0.2

Published by nunofachada about 1 year ago

  • Improved packaging and documentation.
libgameai - v0.0.1

Published by nunofachada about 1 year ago

  • First release in sync with NuGet, containing basic code for decision trees, finite state machines, n-grams, Naive Bayes classifier, path finding algorithms, PCG, PRNGs, QRNGs, and some useful utilties.