C++ playerbot Projects
-
Project mention: AzerothCore: Self-Hosted World of Warcraft 3.3.5a Server | news.ycombinator.com | 2024-04-10
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Project mention: AzerothCore: Self-Hosted World of Warcraft 3.3.5a Server | news.ycombinator.com | 2024-04-10
I'm not too familiar with CMaNGOS, but my understanding is that the original MaNGOS is the ancestor of AzerothCore (as well as most other C++ WoW emulators).
The primary differences that come to mind between CMaNGOS and AC are AC's larger and more active community, AC's module system, and CMaNGOS has a relatively good bot (as in, non-human players) system [0].
As an aside, AC does have a playerbots module [1], but my understanding is that it doesn't have the same polish as CMaNGOS's. It's also distributed as a patch to the upstream AC repo instead of a standard AC module, so that can be a pain for some as well.
[0] - https://github.com/celguar/mangosbot-bots
C++ playerbots discussion
C++ playerbots related posts
Index
# | Project | Stars |
---|---|---|
1 | mod-playerbots | 356 |
2 | mangosbot-bots | 89 |