Sha256: 2bec500e27c1ddd3aa029ffbe7a4e51dabeb7466eedbeb7c94aad4fd94466301

Contents?: true

Size: 418 Bytes

Versions: 7

Compression:

Stored size: 418 Bytes

Contents

# @gamefic.script standard
# A general-purpose library that provides common actions and entities for
# interactive fiction. Designed to be suitable for parser-based text
# adventures, but easily extensible for other formats.

script 'standard/use'
script 'standard/modules'
script 'standard/entities'
script 'standard/queries'
script 'standard/actions'
script 'standard/rules'
script 'standard/pathfinder'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
gamefic-sdk-1.4.1 scripts/standard.plot.rb
gamefic-sdk-1.4.0 scripts/standard.plot.rb
gamefic-sdk-1.3.1 scripts/standard.plot.rb
gamefic-sdk-1.3.0 scripts/standard.plot.rb
gamefic-sdk-1.2.0 scripts/standard.plot.rb
gamefic-sdk-1.1.0 scripts/standard.plot.rb
gamefic-sdk-1.0.1 scripts/standard.plot.rb