Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Any idea on how to keep score of My Tic Tac Toe game?
Post: Any idea on how to keep score of My Tic Tac Toe ga...

Sup the boys, I would like to have rounds so that like if the player or AI gets to like maybe a score of like 5 or something it prints "you have won the game!".I tried a little bit by making a variab...
Minindis02 General Coding Help 1 3,157 Jul-11-2018, 06:00 AM
    Thread: Tic Tac Toe except Valueerror help
Post: RE: Tic Tac Toe except Valueerror help

(Jul-11-2018, 01:59 AM)Minindis02 Wrote: (Jul-11-2018, 12:41 AM)Minindis02 Wrote: (Jul-10-2018, 01:24 PM)volcano63 Wrote: Python does not like mixture of tabs and spaces. I recommend to check yo...
Minindis02 General Coding Help 7 4,123 Jul-11-2018, 03:06 AM
    Thread: Tic Tac Toe except Valueerror help
Post: RE: Tic Tac Toe except Valueerror help

(Jul-11-2018, 12:41 AM)Minindis02 Wrote: (Jul-10-2018, 01:24 PM)volcano63 Wrote: Python does not like mixture of tabs and spaces. I recommend to check you code for tabs - and replace them with 4 s...
Minindis02 General Coding Help 7 4,123 Jul-11-2018, 01:59 AM
    Thread: Tic Tac Toe except Valueerror help
Post: RE: Tic Tac Toe except Valueerror help

(Jul-10-2018, 01:24 PM)volcano63 Wrote: (Jul-10-2018, 12:10 PM)Minindis02 Wrote: By rearrange can you tell me if this is correct? Because it keeps giving me an error saying "Inconsistent Use of ta...
Minindis02 General Coding Help 7 4,123 Jul-11-2018, 12:41 AM
    Thread: Tic Tac Toe except Valueerror help
Post: RE: Tic Tac Toe except Valueerror help

(Jul-10-2018, 07:18 AM)volcano63 Wrote: Rearrange part of your code like that (the rest is OK) try: squareChoice = int(input("Choose a square!")) -1 except ValueError: print("\nAnswer is no...
Minindis02 General Coding Help 7 4,123 Jul-10-2018, 12:10 PM
    Thread: Tic Tac Toe except Valueerror help
Post: Tic Tac Toe except Valueerror help

Hello, Would anyone be able to help me with getting my Tic Tac Toe game to work pls? I am trying to make it so that if the users input is invalid, eg, a letter or not in the range of 0-8, it prints...
Minindis02 General Coding Help 7 4,123 Jul-10-2018, 06:39 AM

User Panel Messages

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