Sha256: 097cbfdf4fd7e825e98e44bdb192e6174e3ded6ccaa78d44b7e8d687c7666c57

Contents?: true

Size: 433 Bytes

Versions: 1

Compression:

Stored size: 433 Bytes

Contents

$LOAD_PATH.unshift File.expand_path '../lib', __FILE__
require 'letter_press_is_not_as_good_as_boggle'

LetterPressIsNotAsGoodAsBoggle do
  board %w[h z e o f
           h p h y i
           h w e b r
           x z u g o
           b i o g f]

  guesses %w[groupie
             hogger]

  # get the list of all known words that can be made on the board
  # unless hey have already been guessed
  words.each { |word| puts word }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
letter_press_is_not_as_good_as_boggle-1.0.0 example.rb