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?
3 replies