Method: Codebreaker::Console#you_won

Defined in:
lib/codebreaker_gem/codebreaker.rb

#you_wonObject



34
35
36
37
38
39
# File 'lib/codebreaker_gem/codebreaker.rb', line 34

def you_won
  puts 'You won!'
  save_game
  show_all_achievements
  new_game if want_more?
end