pasaka 0.1.1

Interactive fiction game engine
Documentation
# Pasaka
**Pasaka** is an interactive fiction game engine,
designed to be highly-modular.

## Features
- Twine-inspired passage-based story creation, with choice-based gameplay.
- Mix-and-match different structs for game state.
- (De-)serialization of game state.
- Game history, with undo/redo.
- Web support out-of-the-box (with `web` feature)
- Tracking previously visited passage

## Planned features
- [ ] Better html styling
- [ ] Autosaving
- [ ] Stacked passages, allowing for easy off-shoots and returns
- [ ] Image support
- [ ] Fancy options (e.g. disabled)

## Planned non-features
- Arbitrary HTML support