class Codebreakergem::Easy

Public Class Methods

new() click to toggle source
# File lib/classes/difficulties/easy.rb, line 5
def initialize
  @title = 'Easy'
  @attempts = 15
  @hints = 2
  @order = 3
end