screenshot

FiveChess is a chess game with five chessmen each side.

Download

Available now on Microsoft Store

How to play

Chessboard coordinates

player B (black) & player W (white)

  0 1 2 3 4
0 W W W W W
1
2
3
4 B B B B B
  • The first B counted from left to right is marked as B(4,0)
  • The second B counted from left to right is marked as B(4,1)
  • The first W counted from left to right is marked as W(0,0)

Demo

init:

  0 1 2 3 4
0 W W W W W
1
2
3
4 B B B B B

B(4,1) => B(3,1):

  0 1 2 3 4
0 W W W W W
1
2
3   B
4 B   B B B

W(0,1) => W(1,1):

  0 1 2 3 4
0 W   W W W
1   W
2
3   B
4 B   B B B

B(4,0) => B(4,1)

  0 1 2 3 4
0 W   W W W
1   W
2
3   B
4   B B B B

W(0,3) => W(1,3):

  0 1 2 3 4
0 W   W   W
1   W   W
2
3   B
4   B B B B

B(3,1) => B(2,1):

  0 1 2 3 4
0 W   W   W
1   W   W
2   B
3
4   B B B B

W(0,4) => W(0,3):

  0 1 2 3 4
0 W   W W
1   W   W
2   B
3
4   B B B B

B(4,1) => B(3,1) and eat W(1,1) (X means dead body):

  0 1 2 3 4
0 W   W W
1   X   W
2   B
3   B
4     B B B

Rules

B(4,1) => B(3,1) can eat W(1,1)

W(0,0) => W(0,1) can not eat B(2,1) because of B(4,1)

  0 1 2 3 4
0 W
1   W
2   B
3   
4   B

B(3,1) => B(2,1) can not eat W(0,1) because of B(4,1)

  0 1 2 3 4
0 W W
1   B
2   
3   B
4   B

B(2,2) => B(2,1) can not eat neither W(0,1) nor W(3,1)

  0 1 2 3 4
0   W
1   B
2     B
3   W
4

Privacy policy

This product does not access, collect, or transmit personal information.

Tech used:

  • CsharpTech icon
  • DotnetTech icon
© 2017-2024 LiShiYu | Senior .NET Software Engineer