mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-04 17:07:22 +00:00
Create README.md
This commit is contained in:
parent
b1686d42fa
commit
d702e4b8a2
1 changed files with 18 additions and 0 deletions
18
README.md
Normal file
18
README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# ifplayer
|
||||
|
||||
Interactive Fiction player for the web.
|
||||
Powered by [cheap-glkote](https://github.com/He4eT/cheap-glkote) and [Emglken](https://github.com/curiousdannii/emglken).
|
||||
|
||||
To see a live demo, check out [https://he4et.github.io/ifplayer/](https://he4et.github.io/ifplayer/).
|
||||
|
||||
## Direct links
|
||||
|
||||
You can provide the direct link to your game:
|
||||
|
||||
`/#/play/encodedURL/[theme]/`
|
||||
- `encodedURL` - storyfile location encoded with `encodeURIComponent`;
|
||||
- `theme` - [UI theme](https://github.com/He4eT/ifplayer/blob/master/src/themes/themes.js), optional;
|
||||
|
||||
### Examples
|
||||
- [Play "Lost Pig" with default or last used theme](https://he4et.github.io/ifplayer/#/play/https%3A%2F%2Fmirror.ifarchive.org%2Fif-archive%2Fgames%2Fzcode%2FLostPig.z8/);
|
||||
- [Play "Lost Pig" with Nord theme](https://he4et.github.io/ifplayer/#/play/https%3A%2F%2Fmirror.ifarchive.org%2Fif-archive%2Fgames%2Fzcode%2FLostPig.z8/nord/);
|
||||
Loading…
Add table
Add a link
Reference in a new issue