OASYS: Difference between revisions

From IFWiki

No edit summary
 
No edit summary
Line 1: Line 1:
OASYS is a program language for text-adventure games. It is designed in C and the source-code is available, but some required libraries isn't include with it, in order to compile the C codes.
OASYS is a program language for text-adventure games. It is designed in C and the source-code is available, but some required libraries isn't include with it, in order to compile the C codes. It also has its own VM. However, the format of the VM code depends on the integer size and endianness of the target computer.


{{stub|...}}
{{stub|...}}


[[Category:Authoring system]]
[[Category:Authoring system]]

Revision as of 06:01, 9 April 2021

OASYS is a program language for text-adventure games. It is designed in C and the source-code is available, but some required libraries isn't include with it, in order to compile the C codes. It also has its own VM. However, the format of the VM code depends on the integer size and endianness of the target computer.

This article is a stub. You can help IFWiki by expanding it.
TODO: ...