Aolin-MIR / WorldGeneration

Generating Interactive Fiction worlds from story plots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WorldGeneration

Code accompanying the paper "Bringing Stories Alive: Generating Interactive Fiction Worlds".

Neural PCG model (including AskBERT) is found in neural-based, Rule-based PCG model is found in rule-based, Evennia game generation framework is found in evennia-engine.

Each folder has its own README, follow the instructions in rule-based and neural-based to generate a *.dot file that can then be passed in the Evennia framework to create a playable game.

Dataset

The data used for finetuning fairytale and mystery models can be collected through /neural-based/scrape-wikipedia

BibTex

@article{ammanabrolu20world,
  title={Bringing Stories Alive: Generating Interactive Fiction Worlds},
  author={Ammanabrolu, Prithviraj and Cheung, Wesley and Tu, Dan and Broniec, William and Riedl, Mark O.},
  journal={CoRR},
  year={2020},
  url={http://arxiv.org/abs/2001.10161},
  volume={abs/2001.10161}
}

About

Generating Interactive Fiction worlds from story plots

License:MIT License


Languages

Language:Python 52.1%Language:C++ 19.4%Language:Tcl 15.6%Language:C 10.2%Language:JavaScript 1.1%Language:HTML 0.8%Language:CSS 0.5%Language:Shell 0.1%Language:Dockerfile 0.0%Language:Emacs Lisp 0.0%Language:PowerShell 0.0%Language:Batchfile 0.0%Language:Xonsh 0.0%Language:Makefile 0.0%Language:DTrace 0.0%