Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I know having the AI planning a few moves ahead takes a lot of computing power, but I'll just go simple and have it make a single decently good move. It doesn't need to be smart, just appear to be~

While I could look up how to do it, my current idea is just to simulate every move the bot can do and give each a score, then pick the one with the highest score to execute.