Skip to content

A package for working with GladStoriesEngine Interactive Fiction

License

Notifications You must be signed in to change notification settings

gladimdim/gladstoriesdart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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