Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/curiousdannii/if-decompiler

Decompile Glulx storyfiles into C code
https://github.com/curiousdannii/if-decompiler

decompiler glulx interactive-fiction relooper

Last synced: 23 days ago
JSON representation

Decompile Glulx storyfiles into C code

Awesome Lists containing this project

README

        

Glulxtoc and IF-Decompiler
==========================

In this repository you will find:

[Glulxtoc](./glulxtoc)
----------------------

[![Glulxtoc logo](./glulxtoc/glulxtoc-logo.png)](./glulxtoc)

Glulxtoc will decompile your Glulx storyfile into C code which you can then compile against any Glk library.

[Glulxtoc installation and usage instructions](./glulxtoc/README.md).

[IF-Decompiler](./if-decompiler)
--------------------------------

Decompile various interactive fiction formats.

[Relooper](./relooper)
----------------------

Relooper turns unstructured branches and jumps into structured blocks.