Method: Game#end_game

Defined in:
lib/game.rb

#end_gameObject



81
82
83
84
85
86
# File 'lib/game.rb', line 81

def end_game
	puts
	puts
	puts "#{"Congratulations!".green} Here is a star for you: #{'*'.yellow}"
	puts
end