C
C#7mo ago
LightSenpai7

Web-based game with ASP.NET

In the game, I want to include NPCs and implement AI so that they can make their own decisions. I want them to autonomously decide on actions such as assigning workers to mines, assigning workers for agriculture, making diplomatic agreements, etc. What would be the best way to achieve this? Would it be sensible to use C# ML, or is it better to write a service?
2 Replies
Anton
Anton7mo ago
look into decision trees and min maxing
LightSenpai7
LightSenpai7OP7mo ago
Thank you, your idea was very helpful to me.

Did you find this page helpful?