Loading...
Uploaded by dcbriccetti on Feb 19, 2011
Using tuples and a dictionary, places and transitions, create a simple text adventure game. For http://young-programmers.blogspot.com/
Science & Technology
Standard YouTube License
for t in transitions means examine all the transitions in turn, letting t be a variable used to access each transition.
I run on a Mac, but this program should work most anywhere Python works.
dcbriccetti 6 months ago
Eclipse has the Pydev plugin for Python development, so yes, you sure can.
dcbriccetti 11 months ago
Thanks. You’re seeing NetBeans. It’s had good Python support for a few years now.
dcbriccetti 1 year ago
What environment are you using
tolo1377 6 months ago
What does 'for t in transitions' mean?
ForlornCreature 8 months ago
everything worked for me but it keeps copying the words with whileTrue and I don't type the numbe i need to type the name
fieldsoldier72 9 months ago
Can you use Eclipse?
thedevfiles 11 months ago
Excellent tutorial. So simple yet so elegant. Thanks. May I know what editor are you using?
atiqulny 1 year ago
Load more suggestions
for t in transitions means examine all the transitions in turn, letting t be a variable used to access each transition.
I run on a Mac, but this program should work most anywhere Python works.
dcbriccetti 6 months ago
Eclipse has the Pydev plugin for Python development, so yes, you sure can.
dcbriccetti 11 months ago
Thanks. You’re seeing NetBeans. It’s had good Python support for a few years now.
dcbriccetti 1 year ago