Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TicTacToe Logic
#2
I recommend you refactor this so that you don't define your functions in loops. Just define them once, at the top, since you shouldn't do things in loops that only need to happen once.
Reply


Messages In This Thread
TicTacToe Logic - by AhmadMWaddah - Feb-07-2020, 04:47 PM
RE: TicTacToe Logic - by micseydel - Feb-07-2020, 11:16 PM
RE: TicTacToe Logic - by AhmadMWaddah - Feb-08-2020, 03:19 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020