Difference between revisions of "Glk/AdvSys"
< Glk
Jump to navigation
Jump to search
(Copied missing content from ScummGlk/Advsys over, corrected addition date.) |
Ccawley2011 (talk | contribs) |
||
(One intermediate revision by one other user not shown) | |||
Line 5: | Line 5: | ||
usedBy=See [[Glk/AdvSys#Games|Games]]| | usedBy=See [[Glk/AdvSys#Games|Games]]| | ||
dateAdded=June 9, 2019| | dateAdded=June 9, 2019| | ||
release= | release=2.2.0 | ||
}} | }} | ||
Latest revision as of 15:09, 28 September 2020
AdvSys | ||
---|---|---|
Engine developer | dreammaster | |
Companies that used it | various | |
Games that use it | See Games | |
Date added to ScummVM | 2019-06-09 | |
First release containing it | 2.2.0 |
About
AdvSys is an object-oriented, LISP-like authoring system for IF, created by David Betz in 1986.
Games
Notes
This sub-engine is loosely inspired on the AdvSys interpreter Copyright © 2009 by David Betz. It was released under the BSD license, so I extracted the API & algorithms, and built a fresh version for ScummVM from scratch based on it.