PAWS
PAWS copied to clipboard
PAWS: Python Adventure Writing System (for Interactive Fiction, originally by Roger Plowman)
1) Updated the BOA code to work with wxPython 4 (Phoenix) 2) Went through and updated all the String module code to work with Python 3 (eg string.lower(variable) -> variable.lower())...
Moonbase59, I'm working a bit on updating PAWS to Python 3... I'm not familiar with WXPython, so I'm stuck on updating TerminalFrame.py to support wxPython 4... Once I get significantly...
Hello, Moonbase59. I'm the original author of PAWS, and I must say I like what you've done in version 2.1. You're right, the project has been languishing on my system...
Is it possible to merge the Python 3 Pull Request? Python 2 is very deprecated at this time. Thank you.