MCTS
MCTS copied to clipboard
Move is a interface extend Comparable
Can Interface “Move” represent a move by one piece? for example,in chess,two knight can move to same position,can interface "move" represent which knight move to the position?