# File lib/libttc.rb, line 305
  def initialize(move, player, pieces)
    @move = move
    @player = player
    @pieces_after_move = pieces
  end