Sha256: 8f031cf673188d619121e5d7c872d3fd5580043c03f42d269e766dfd4f1ad3c6

Contents?: true

Size: 881 Bytes

Versions: 1

Compression:

Stored size: 881 Bytes

Contents

From: /home/bo/rubypr/codebreaker/lib/codebreaker/Console.rb:75 Console#game_process:

    74: def game_process
 => 75:   binding.pry
    76:   if !game.decrease_attempts == game.secret_code && 'lose'
    77:       p game
    78:       game_actions
    79:   end
    80: 
    81:   # if !game.used_attempts.nil? && !game.used_attempts.zero?
    82:   #   p game
    83:   #   game_actions
    84:   # else
    85:   #   p 'attempts finished'
    86:   #   lose
    87:   #   new_process
    88:   # end
    89: end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
codebreaker_bo-0.1.5 e_attempts