Page 1 of 1

AI players please

Posted: 13 June 2023, 03:27
by mca143
Please implement AI players so any game could be played anytime, even if the game is not popular.

Re: AI players please

Posted: 13 June 2023, 19:30
by Fletcheese
no

Re: AI players please

Posted: 14 June 2023, 15:04
by Kayvon
All of us? For every game?

There's a recent thread about how feasible this is that you may want to read first. The short answer (but longer than "no") is that it's a tremendous amount of work that must be put into each game individually, not a blanket "just add AI" that can be done for everything at once.

viewtopic.php?p=143625

Re: AI players please

Posted: 14 June 2023, 20:58
by Blacktango
Also, note that when you code a board game, you use the rule book as a base, to implement in the code what a player can and cannot do when it's their turn.

Most of the time, there is no such rule book for an AI.
What is the better play to do when it's the AI's turn ? Hard to tell.