tags:

views:

67

answers:

0

I like to develop a simple 2D Java game for checkers. I want the pieces to move on top of the other. So if a white or a black piece is removed then that piece should be the one below the piece**(jumping directly over)** that is responsible for removing it, just like it happens in the checkers game. This is my core requirement. Any clue?