Thursday, March 20, 2008
The regular chess rules are used, although the shape of the board is obviously different.
This is an empty board. Every player has 16 standard chess pieces.
The pawn moves as usual straight forward and takes enemy pieces one square diagonally forward.
The rook moves as always. Nothing new.
The knight is also no different from a standard knight.
Nothing new for the queen as well.
One peculiar feature: the diagonal in the center of the board.
General rules:
Labels: Chess
Saturday, December 8, 2007
It has been long since I posted a game.
So here I go with the traditional game,Chess.
I won't call it as the best chess game available in net.
But it is worth a try.
Enjoy playing it!
Sunday, October 21, 2007
As far as I remember,this was my first chess puzzle.
This is quite famous through out the world.
Ah! i got a post....My brain...knew this puzzle for the past
THE EIGHT QUEEN PUZZLE
There is a simple algorithm yielding a solution to the n queens puzzle for n = 1 or any n ≥ 4:
1.Divide n by 12. Remember the remainder (it's 8 for theeight queens puzzle).
2.Write a list of the even numbers from 2 to n in order.
3.If the remainder is 3 or 9, move 2 to the end of the list.4.Append the odd numbers from 1 to n in order, but, if the remainder is 8, switch pairs (i.e. 3, 1, 7, 5, 11, 9, …).
5.If the remainder is 2, switch the places of 1 and 3, then move 5 to the end of the list.
6.If the remainder is 3 or 9, move 1 and 3 to the end of the list.
7.Place the first-column queen in the row with the first number in the list, place the second-column queen in the row with the second number in the list, etc.
For n = 8 this results in the solution shown above. A few more examples follow.
- 14 queens (remainder 2): 2, 4, 6, 8, 10, 12, 14, 3, 1, 7, 9, 11, 13, 5.
- 15 queens (remainder 3): 4, 6, 8, 10, 12, 14, 2, 5, 7, 9, 11, 13, 15, 1, 3.
- 20 queens (remainder 8): 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 3, 1, 7, 5, 11, 9, 15, 13, 19, 17.
The eight queens puzzle has 92 distinct solutions. If solutions that differ only by symmetry operations (rotations and reflections) of the board are counted as one, the puzzle has 12 unique solutions, which are presented below: