<< Back to Programming Forum   Search

Posts 21 - 22 of 22   <<Prev   1  2  
AI API languages other than c#: 2025-06-08 11:25:49


JK_3 
Level 63
Report
If I made a bot now, I would probably make it as a mod which overrides your orders with the bot orders.


Yeah I wanted to try this too at some point, but was afraid it will run into issues with speed.

All mods in a game combined are allowed X seconds of time at most before the game itself times out, so if the Lua runtime in C# doesnt run fast enough you put a lot of time into a mod that cannot be used.
AI API languages other than c#: 2025-06-08 11:56:11


Norman 
Level 59
Report
What is the time limit, @JK_3.

As long as it is not ridiculously low I see no huge issue with that. Your bots time will be limited by the board size and what you are calculating. But if your allowed thinking time is given in seconds and not in milliseconds, I believe it can easily be achieved.

Edited 6/8/2025 11:56:34
Posts 21 - 22 of 22   <<Prev   1  2