Class: Wordle

Inherits:
Object
  • Object
show all
Includes:
Glimmer
Defined in:
app/wordle.rb,
app/wordle/view/app_view.rb,
app/wordle/model/five_letter_word.rb

Defined Under Namespace

Modules: Model, View

Constant Summary collapse

APP_ROOT =
File.expand_path('../..', __FILE__)
VERSION =
File.read(File.join(APP_ROOT, 'VERSION'))
LICENSE =
File.read(File.join(APP_ROOT, 'LICENSE.txt'))