1. Two big red circles are Tiger and Twenty small circles are Dear.
One player plays with only tigers and other one with only dears.
2. Tigers and dear can move according to the path.
3. Both tigers and dears can go one step at once from its current
position only if that position is empty.
4. Tigers can jump a position only when there is a dear between its
current and destination position. When tigers jump over the dear that
dear will lost.
5. If there are two or more consecutive dears in tiger's path then the
tiger will captaured and can not move.
6. If both tigers are captured then the Player1 will win.
7. If the player with dear loses 15 or more dears then
Player2 will win.