Last updated:
0 purchases
gladstoriesengine
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
copied to clipboard
Install genhtml/lcov to generate html report from lcov:
brew install lcov
copied to clipboard
Run script:
./scripts/generate_coverage.sh
copied to clipboard
View the LCOV report at ./coverage/index.html
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.