Repository here
It’s simple, but had a lot of fun making it! It works (as far as I can tell), but there’s definitely room for improvement so I’d love to hear your feedback!
Repository here
It’s simple, but had a lot of fun making it! It works (as far as I can tell), but there’s definitely room for improvement so I’d love to hear your feedback!
Pretty cool. Game play does seem to work as it should. One suggestion I have would be to clear the terminal between turns (each time you print the board). It happens quickly and give the illusion that the X
's and O
's are just appearing on the board.
thank you for the feedback! also, neat suggestion! didn’t know how the terminal clear would be done from within the script, but i’ve looked it up and learnt something new in the process, so thanks for that too!