gladstoriesengine 0.3.2 gladstoriesengine: ^0.3.2 copied to clipboard
The library for the Glad Stories Engine. This is an interactive fiction engine which can be used for editing and running your stories.
A Dart Implementation of runtime and editor of Interactive Fiction Story format GladStoriesEngine #
Interactive Fiction Engine Home Page: https://github.com/gladimdim/GladStoriesEngine #
Examples #
Go to ./examples/ and check the dart source code there. It has a lot of comments.
How to run Tests with coverage #
- Install coverage https://pub.dev/packages/coverage:
pub global activate coverage
Install genhtml/lcov to generate html report from lcov:
brew install lcov
- Run script:
./scripts/generate_coverage.sh
- View the LCOV report at ./coverage/index.html