Interactive Fiction player for the web https://he4et.github.io/elseifplayer/
  • JavaScript 60.8%
  • CSS 27.5%
  • SCSS 10%
  • HTML 1.2%
  • Shell 0.5%
Find a file
2023-05-21 16:49:41 +03:00
src Replace classes with classNames 2023-05-21 16:49:41 +03:00
.editorconfig Add editorconfig 2021-02-19 01:06:19 +05:00
.eslintrc.js Update linters 2021-07-22 14:48:12 +05:00
.gitignore Add parcel 2021-02-18 23:22:17 +05:00
gh.release.sh Rename the project to ElseIFPlayer 2021-07-24 19:54:46 +05:00
index.html Rename the project to ElseIFPlayer 2021-07-24 19:54:46 +05:00
LICENSE Create LICENSE 2021-03-25 21:28:40 +05:00
package-lock.json npm update manual 2023-05-21 16:49:41 +03:00
package.json npm update manual 2023-05-21 16:49:41 +03:00
README.md README.md: fix the broken link 2021-07-24 20:10:33 +05:00

ElseIFPlayer

Interactive Fiction player for the web. Powered by cheap-glkote and Emglken.

To see a live demo, check out https://he4et.github.io/elseifplayer/.

You can provide the direct link to your game:

/#/play/encodedURL/[theme]/[mode]/

  • encodedURL — storyfile location encoded with encodeURIComponent.
  • themeUI theme, optional.
  • mode — player interface mode, optional:
    • the default mode is used if the option is not set.
    • focus — single window mode without additional windows, such as the status bar.

Examples