Archived
1
0
Disbranĉigi 0
šŸ’€ Attempt at a Lispy interactive fiction engine.
Ĉi tiu deponejo arÄ„iviĝis je 2024-01-29. Vi povas vidi kaj elŝuti dosierojn, sed ne povas puŝi nek raporti problemojn nek tirpeti.
Iri al dosiero
Jaidyn Ann 5591f45230 Update README & addresses 2024-01-29 00:50:38 -06:00
example Worked on xif.i, removed adjective-phrases <AP> (in favour of <adjective>) 2020-01-18 11:46:15 -06:00
COPYING.txt Init 2020-01-02 00:49:21 -06:00
README.txt Update README & addresses 2024-01-29 00:50:38 -06:00
x-if.asd Update README & addresses 2024-01-29 00:50:38 -06:00
x-if.lisp Worked on xif.i, removed adjective-phrases <AP> (in favour of <adjective>) 2020-01-18 11:46:15 -06:00

===============================================================================
X-IF
===============================================================================

X-IF is a portable & object-oriented interactive fiction engine/transpiler.

It is a WIP, and useless right now! Come back later, OK? ~ā™„

... now, the rest of this file's just filled with lies.

The engine can be used to make classic Infocom-esque text-adventures that run
in a terminal (with readline support), or to make IF with simple images and
sound (with GTK or terminal; the latter via libsixel or manual ASCII art).

It supports, as input, either text-entry (and parsing), like classic gamesā€”
or it supports visual novel-esque branching dialogue/option selection, without
text-entry entirely. Games can use one method, or intermix both.

The transpiler lets you turn a game written in X-IF into a website or PDF with
branching pathsā€” so a game written in X-IF can effectively be made into a
Choose-Your-Adventure-esque book!

The transpiler is probably best used for branching dialogue games, rather than
text-entry games, though it can be used for both.

X-IF is multi-lingual and modular; right now, it can parse simple English and
Esperanto sentences. Adding other languages should be trivial, and any contribs
are welcome! <3


ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”
BORING STUFF
ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”ā€”
License is the GNU GPLv3:
       check COPYING.txt (/ipfs/QmTBpqbvJLZaq3hTMUhxX5hyJaSCeWe6Q5FRctQbsD6EsE)
Author is Jaidyn Ann <jadedctrl@posteo.at>
Sauce is at https://hak.xwx.moe/jadedctrl/x-if