Class: XO::AI::Novice

Inherits:
Expert
  • Object
show all
Defined in:
lib/xo/ai/novice.rb

Class Method Summary collapse

Methods inherited from Expert

all_moves, suggest_moves

Class Method Details

.get_moves(grid, player) ⇒ Object



7
8
9
# File 'lib/xo/ai/novice.rb', line 7

def self.get_moves(grid, player)
  all_moves
end