Sha256: 0e9396637abc81ca3f03dd1b0443fad582fad49666109a11687a43fdd21d63c9
Contents?: true
Size: 674 Bytes
Versions: 2
Compression:
Stored size: 674 Bytes
Contents
require_relative 'v-town' require_relative 'v-newplayer' require_relative 'c-check' require 'colorize' require 'artii' system 'clear' titleStyle = Artii::Base.new :font => 'slant' puts titleStyle.asciify(' Legend') puts titleStyle.asciify(' Of The') puts titleStyle.asciify(' Ruby').colorize(:red) puts titleStyle.asciify(' Dragon') puts "\n"*2 + "A CLI remake of the text-based adventure game, #{"'Legend of the Green Dragon' (LotGD)".colorize(:green)}." sleep(5) ::Check.playerData
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lotrd-0.1.6 | lib/lotrd/lotrd.rb |
lotrd-0.1.5 | lib/lotrd/lotrd.rb |