Commit | Line | Data |
---|---|---|
eac8fbb5 | 1 | # New variants |
f5a31ba0 BA |
2 | Landing pieces from empty board: |
3 | https://www.chessvariants.com/diffsetup.dir/unachess.html | |
4 | ||
5 | Rugby http://www.echecspourtous.com/?page_id=7945 | |
6 | ||
27f8ec06 BA |
7 | Cannibal Chess with forced captures. |
8 | ||
9 | Knightrelay: implement "official" version as Knightrelay v1 | |
10 | ||
11 | Antiking: implement v1 (deterministic) https://www.chessvariants.com/diffobjective.dir/anti-king-chess.html | |
2ebba5c0 | 12 | |
f5a31ba0 BA |
13 | S-chess https://en.wikipedia.org/wiki/Seirawan_chess |
14 | ||
15 | Generator variant, called "Matrix" ? | |
b9a5fe01 BA |
16 | Peces on first rank never move but generate new pieces. Pawn don't generate. |
17 | A generator captured and replaced by a similar piece does not generate. | |
18 | King does not generate. No castling. En passant possible? | |
19 | Goal is still checkmate. | |
20 | ||
21 | Take(a)n(d)make : if capture a piece, take its power for the last of the turn and make a move like it. | |
22 | If a pawn taken: direction of the capturer. | |
23 | ||
b0a0468a BA |
24 | "Ball" Chess: 9x9 board, ball on center square. 2 queens ? |
25 | To take the ball when it's free you need to capture it. | |
26 | To take the ball when it's used, u need to take the piece. | |
27 | Goal: bring ball to final rank. | |
28 | Possibles passes : soit à une pièce, soit sur une case. | |
29 | --> remplace un déplacement de pièce. Par exemple pion a2 passe à cavalier a4 = 1 coup. | |
30 | --> selon le mode de déplacement standard (donc tout droit pour les pions) | |
31 | Pas de notion d'échec ou de mat (?) | |
32 | Si une pièce est mat elle donne le ballon (?) | |
33 | ||
f5a31ba0 | 34 | Maxima, Interweave, Roccoco |
27f8ec06 | 35 | |
f5a31ba0 | 36 | Synchrone Chess: allow to anticipate en-passant capture as well :) |
28b32b4f | 37 | |
f5a31ba0 | 38 | Dynamo chess |