P.A.W.S.: Difference between revisions

From IFWiki

(Link fix)
mNo edit summary
Line 3: Line 3:


The '''Python Adventure Writing System''' (or '''P.A.W.S.''' or even '''PAWS''') is a set of libraries, written by [[Roger Plowman]], to allow one to reasonably easily write [[interactive fiction]] using the [[Python]] programming language.  There are two versions of P.A.W.S.; P.A.W.S. 1.5, last updated in 2007, and the almost completely backwards compatible P.A.W.S. 2.0.
The '''Python Adventure Writing System''' (or '''P.A.W.S.''' or even '''PAWS''') is a set of libraries, written by [[Roger Plowman]], to allow one to reasonably easily write [[interactive fiction]] using the [[Python]] programming language.  There are two versions of P.A.W.S.; P.A.W.S. 1.5, last updated in 2007, and the almost completely backwards compatible P.A.W.S. 2.0.
The user Moonbase has taken over P.A.W.S. development and created a very nice update, version 2.1 which now supports Unicode and fixed several bugs. He also has earlier versions of P.A.W.S., back to version 1.4 if anyone wants an older version. 2.1 is backwardly compatible with versions 1.5 and 2.03.


The download (both the development and runtime library) is a freeware download.
The download (both the development and runtime library) is a freeware download.
Line 8: Line 10:
== External links ==
== External links ==


* [http://home.fuse.net/wolfonenet/PAWS.htm Homepage for the P.A.W.S. project]
* [https://github.com/Moonbase59/PAWS Homepage of P.A.W.S. 2.1 project]
 
{{DEFAULTSORT:Paws}}
{{DEFAULTSORT:Paws}}
[[Category:Extensions]]
[[Category:Extensions]]

Revision as of 20:23, 18 November 2018

For the Professional Adventure Writing System, a 1980s authoring system also known as PAWS, see PAW.

The Python Adventure Writing System (or P.A.W.S. or even PAWS) is a set of libraries, written by Roger Plowman, to allow one to reasonably easily write interactive fiction using the Python programming language. There are two versions of P.A.W.S.; P.A.W.S. 1.5, last updated in 2007, and the almost completely backwards compatible P.A.W.S. 2.0.

The user Moonbase has taken over P.A.W.S. development and created a very nice update, version 2.1 which now supports Unicode and fixed several bugs. He also has earlier versions of P.A.W.S., back to version 1.4 if anyone wants an older version. 2.1 is backwardly compatible with versions 1.5 and 2.03.

The download (both the development and runtime library) is a freeware download.

External links