[Pyparsing] Python, Interactive Fiction, and PyParsing
Brought to you by:
ptmcg
From: Duncan M. <dun...@gm...> - 2011-04-26 04:33:25
|
Hey all, I've started a new project to explore interactive fiction in Python... using PyPasring :-) It's nothing really new yet -- based on Paul's PyCon 2006 talk. You can check it out here: https://launchpad.net/myriad-worlds Right now, it's using YAML to provide storyline data (such that it is). I'm very curious to see if YAML is up to the task of defining object- or connection-oriented narratives (to be honest, I don't see why it shouldn't). Paul, since revision 1 (currently at revision 13) of this was a straight-up copy of your adventure engine, it'd like to respect whatever vision of licensing you had for it. I've set it as BSD for now; let me know your preference, and I'll update it. There's also a nascent wiki page up for IF resources in Ubuntu (with several Python IF projects/links present as well): https://wiki.ubuntu.com/InteractiveFiction Feel free to update it, if IF and Ubuntu are your cups of tea. Thanks! d |