Simple Bot challenge

Hi!
I’ve recently played the Mad Pod Racing game and thought it was great. I’m a new (hobby) coder and ended up getting to Gold with a heuristic approach and conditional statements. However, it’s a bit complex for me to try experimenting with more advanced methods for the first time (neural network or genetic algorithm) - anticipating and simulating a crash is too complex. Do folks have a recommendation on a “simpler” bot game to try next?
Thanks!

Give Ultimate Tic Tac Toe a try for simulation. Here is some starter code for HIGH performance simulation that uses Monte Carlo The free knowledge-sharing platform for technology

1 Like

Another simple board game with simple simulation would be Connect 4.

2 Likes

Thank you! I’ll give them both a try.