Aeroplane Chess game implement by Spring WebSocket and other project. More about aeroplane chess can view this link. A online demo.
mvn spring boot:run
- JAVA 8 Runtime
- Maven 3.3
- Web browser support WebSocket client
- Roll 2, 4, 6 can move one of the plane from base to take off point
- Can send back opposing plane after jump
- if destination of the move has more than two opposing planes, moved plane back to the base
- Roll 6 can continue the turn, however if the third roll is 6, all of the plane of that player need to back to the base
- An additional shortcut when the plane land exactly on that cell, but it will not send back opposing planes on the lane
- have fun
Color | From | To |
---|---|---|
0 | 20 | 32 |
1 | 33 | 45 |
2 | 46 | 6 |
3 | 7 | 19 |
- Plane must go into the center goal with exactly roll. The first player to finish all of the plane will win the game. And the game end
- You are the last player remaining in the playing game