Why isnt it working properly? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why isnt it working properly?

https://code.sololearn.com/WoX3srjj7XUZ/?ref=app and how to let the computer play automatically with the user?

16th Oct 2018, 12:20 PM
B.D
B.D - avatar
4 Answers
+ 3
You shouldn't have multiple tags using the same id as you have no control over which one gets selected by the lookup.
17th Oct 2018, 12:34 AM
John Wells
John Wells - avatar
17th Oct 2018, 12:43 AM
John Wells
John Wells - avatar
+ 1
You need code to prevent hitting the same button twice or hitting a button the computer picked. You need code to check for a winner. To start, just randomly pick a unused button and get the other items needed working. Once you got most stuff working, add this: https://medium.freecodecamp.org/how-to-make-your-tic-tac-toe-game-unbeatable-by-using-the-minimax-algorithm-9d690bad4b37
17th Oct 2018, 12:48 AM
John Wells
John Wells - avatar
+ 1
thanks
17th Oct 2018, 6:14 PM
B.D
B.D - avatar