lib/games/mastermind/human_player.rb in games_bfox-0.4.0 vs lib/games/mastermind/human_player.rb in games_bfox-0.6.0

- old
+ new

@@ -1,5 +1,5 @@ -require_relative '../shared/player' +require File.join('games', 'shared', 'player') module MM class HumanPlayer < Shared::Player def make_move(game) game.get_player_choice(game.current_player_name) \ No newline at end of file