I've made it thru Problem 4 in ps10, passing all the basic tests in ps10_test.py. It appears that ps10_gui.py launches properly - I get a dialog box requesting selection of a game mode (Solo Game, vs. Computer, vs. Human). Yet when I select any of these options I get a traceback that terminates with "AttributeError: 'HumanPlayer' object has no attribute 'IdNum'". Did I miss something in the assignment? I expected the GUI game to initialize IdNum.
g
Reply
* Markdown Cheatsheet:
Link:
[clickable text](http://www.example.com)
New Paragraph:
Hit enter twice
Main heading:
# Main Heading Text
Sub-heading:
## Sub-heading Text
List:
* item 1
* item 2
* item 3
Italics:
*italicized text*
Bold:
**bold text**
YouTube:
URL (http://www.youtube.com/watch?v=Ui4AYPcRkYE) turns into embed code
Full Markdown reference
|