User Profile

Collapse

Profile Sidebar

Collapse
pythonnoob83
pythonnoob83
Last Activity: Aug 28 '10, 08:48 AM
Joined: Aug 26 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • pythonnoob83
    started a topic Game won't Save

    Game won't Save

    I got my game to work but I when I run it and answer the first question it says Could not save.
    Why is my game not saving.
    It does create the save game file but it is always empty.
    Please Help!!!



    Code:
    # questor.py 
    
    # define some constants for future use
    
    kQuestion = 'question'
    kGuess = 'guess'
    
    # define a function for asking yes/no questions
    def
    ...
    See more | Go to post

  • pythonnoob83
    started a topic My game has an error

    My game has an error

    I am working on this Questor game.
    I keep getting an error thats posted below.
    I am using Python IDLE 2.6.5
    Someone please help me fix this error and make the game work
    I have spent too much time on it already.

    Thanks

    -----

    Traceback (most recent call last):
    File "G:\Class\Modul e 4\Module 4 SLP\slp project num3.py", line 5, in <module>
    result...
    See more | Go to post
No activity results to display
Show More
Working...