I understand why a king's movement is aperiodic, because it can return to the start point in 2 or 3 movements. If the king starts at 2,2 the moves for the 2 movements scenario would be 2,2 -> 2,3 -> 2,2 and for the 3 movement scenario would be 2,2 -> 2,3 -> 3,3 -> 2,2. Since 2 and 3 have a highest common factor of 1 the chain is aperidic.
However for a bishop I can't find a scenario where it would take an odd number of movements for it to return to the start position. Since it can only move diagonally wouldn't it return to every cell it moved to so it can get back to the start position. This is the only scenario I can think about for a bishop returning to the start point. 2,2 -> 3,3 -> 2,2 or 2,2 -> 3,3 -> 4,4 -> 3,3 -> 2,2.
Thank you very much, any inout would be extremely helpful.