Class: Codebreakergem::Hell

Inherits:
Difficulty show all
Defined in:
lib/classes/difficulties/hell.rb

Instance Attribute Summary

Attributes inherited from Difficulty

#attempts, #hints, #order, #title

Instance Method Summary collapse

Constructor Details

#initializeHell

Returns a new instance of Hell.



5
6
7
8
9
10
# File 'lib/classes/difficulties/hell.rb', line 5

def initialize
  @title = 'Hell'
  @attempts = 5
  @hints = 1
  @order = 1
end