[Tutor] More class questions

2007-09-08 Thread Paul McGuire
Ara - I found your question about the Pyparsing-based adventure game that I wrote. You can find more info on this from the presentation I made at PyCon'06, (http://www.python.org/pycon/2006/papers/4/). This link opens up at the title page, there are navigation controls in the lower right corner

Re: [Tutor] More class questions

2007-09-04 Thread Alan Gauld
Ara Kooser [EMAIL PROTECTED] wrote What I have so far is a very simple text adventure with two rooms, two items, and some exits. So presumably you have a Room class, an Item class and maybe an Exit class? Two question which relates directly to classes: Do you create all your instances

[Tutor] More class questions

2007-09-03 Thread Ara Kooser
Hello again, Thank you again for your help. I have classes somewhat figured out and I am beginning to understand the syntax involved in using them. What I have so far is a very simple text adventure with two rooms, two items, and some exits. Two question which relates directly to classes: