wokwi / wokwi-features

Wokwi Feature requests & Bug Reports
https://wokwi.com
73 stars 17 forks source link

Are there any limitations on the complexity of the algorithm used in Wokwi simulator #580

Closed KlaudiuszSoltysik closed 1 year ago

KlaudiuszSoltysik commented 1 year ago

I wrote tic-tac-toe game with minimax algorithm, but simulator seems to be not powerful enough to compute computer move. I am obeying that by providing prepared game board with 2 fields filled (less depth of decision tree). Link to the game: https://wokwi.com/projects/365185972838894593

urish commented 1 year ago

No limitations - we simulate the microcontroller at the instruction set level. You can add debug prints to your code to try to figure why it is not behaving the way you expect. Good luck!