Python Forum
Naughts and Crosses win check
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Naughts and Crosses win check
#1
I was wondering how I would make a Win checker for my Naughts and Crosses game (Tic Tac Toe).

I am using lists
Row1 = ["-","-","-"] 
Row2 = ["-","-","-"] 
Row3 = ["-","-","-"]

Loop = True #Loop
Turn = 0 #Flips between Player 1 and Player 2
Pinput = 0 #Player input

def check():
    print("checkerhere")
the def check(): is where I want the checker to be.
If any of you could point me in the right direction that would be great!
Reply


Messages In This Thread
Naughts and Crosses win check - by GalaxyCoyote - Oct-09-2019, 08:47 PM
RE: Naughts and Crosses win check - by jefsummers - Oct-10-2019, 12:20 AM
RE: Naughts and Crosses win check - by ichabod801 - Oct-10-2019, 01:56 AM
RE: Naughts and Crosses win check - by perfringo - Oct-10-2019, 05:44 AM

Forum Jump:

User Panel Messages

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