0
TICTACTOE
https://sololearn.com/compiler-playground/cl7758V7thGF/?ref=app Any upgrade needed
2 Respostas
+ 2
Your code is great! But you could improve it.
Use a 2D array as a look-up table instead of multiple conditions for checking wins.
0
Can you enlightened me