Actually with just a few lines of code you could make beautiful modern looking GUI base tic-tac toe ( either with customtkinter or ttkbootstrap ) and I think its even takes less lines of code to do that instead of this harsh looking terminal base games that we build in 48k spectrum computers 44 years ago
Second part coming out Thursday!
Hey i just wanted to help out a little
in line [11] you put "print("
")
just for a little bit less writhing you can just put "print()"
Print by default created a new line at the end so yes you are correct.
Hi, I have a minor problem with the checkWin() function, I'm trying to expand the playing field, but I don't know how. Any advice?
you don't need to pass board to your functions , board is an mutable object of the global scope and functions have access to it
Actually with just a few lines of code you could make beautiful modern looking GUI base tic-tac toe ( either with customtkinter or ttkbootstrap ) and I think its even takes less lines of code to do that instead of this harsh looking terminal base games that we build in 48k spectrum computers 44 years ago
what are you using that is running python
I am using VS code in this video but I also use Atom and Pycharm depending on the project I am working on.
can you make a minimax chess ai