Python Forum
Stupid Bots - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Bar (https://python-forum.io/forum-27.html)
+--- Thread: Stupid Bots (/thread-21986.html)



Stupid Bots - ichabod801 - Oct-23-2019

Usually when I'm programming a game, I'll make the stupid version of the bot first. It's easier, and I can test out the game mechanics and the general bot interface before worrying about coding a strategy that people will find challenging (if I can).

What gets me mad is when the stupid bot beats me badly while I'm testing the game.

Although my Intro to AI prof told us an interesting reverse of this. He was playing against a Mancala program when he was in college learning. Just to see how tough it was, he set it to the hardest level. It resigned before making a move because it calculated that he could force a win from the start.