A twi player tic tac toe emulation, hosted on my github here.
I understand the concepts much more clearly by implementing them and had a lot of fun making this!
Feel free to reach out with possible improvements and comments otherwise too!
A twi player tic tac toe emulation, hosted on my github here.
I understand the concepts much more clearly by implementing them and had a lot of fun making this!
Feel free to reach out with possible improvements and comments otherwise too!
Hello,
You could try making the board a simple list instead of an array. Having positions 1-9 and making a function which prints them out in the 3x3 layout. You could then use only 1 input to pick the player move instead of 2 coordinates. Good job anyway!