kadw108 / template-iffinity

Template for my iffinity projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a template for games made with iffinity, a Tweego-like interactive fiction engine by Sotiris Niarchos.

Needed but not included in the repository due to being build outputs:

  • export/index.html
  • src/meta/typeScriptMain.js

They are generated with build. The files in src are the actual source code of the final iffinity project, while the files in script_files get compiled by build into src/meta/typeScriptMain.js, which is loaded into the final project (as a story script).

There are two versions of build. The minify version minifies files and is intended to be used for "production".

About

Template for my iffinity projects.

License:MIT License


Languages

Language:TypeScript 44.3%Language:CSS 35.9%Language:Shell 9.9%Language:EJS 4.4%Language:HTML 3.1%Language:JavaScript 2.4%