Sha256: 21b0661026cb10187d31c638ad80f9618021d2e0a239102d06390cf9265a4fcc

Contents?: true

Size: 284 Bytes

Versions: 10

Compression:

Stored size: 284 Bytes

Contents

#!/usr/bin/env ruby

require 'gamefic'
require 'gamefic/shell'

# Make play the default command if the first argument is an existing file
args = %w(play help).include?(ARGV[0]) || ARGV.count.zero? || !File.exist?(ARGV[0]) ? ARGV : ARGV.dup.unshift('play')

Gamefic::Shell.start(args)

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
gamefic-1.7.0 bin/gamefic
gamefic-1.6.0 bin/gamefic
gamefic-1.5.1 bin/gamefic
gamefic-1.5.0 bin/gamefic
gamefic-1.4.1 bin/gamefic
gamefic-1.4.0 bin/gamefic
gamefic-1.3.2 bin/gamefic
gamefic-1.3.1 bin/gamefic
gamefic-1.3.0 bin/gamefic
gamefic-1.2.0 bin/gamefic