Method: TTT::Game#mark_move

Defined in:
lib/ttt/game.rb

#mark_move(cell, side = current_player.side) ⇒ Object



34
35
36
# File 'lib/ttt/game.rb', line 34

def mark_move(cell, side = current_player.side)
  board.update(cell, side)
end