You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
15 sliding puzzle, but chess! Inspired by [xkcd 3139](https://xkcd.com/3139). Currently supports most chess features, including:
4
+
4
5
- Castling
5
6
- En passant
6
7
- Showing available moves
7
8
- Requiring you to get out of check if you are in check
9
+
- Checkmate detection (working on)
8
10
9
11
Stuff that will be implemented Soon :tm::
10
-
- Checkmate detection (working on)
12
+
13
+
- nothing, make an issue if you have a suggestion
11
14
12
15
Stuff that will probably never be implemented:
16
+
13
17
- Pawn promotion - pawns are still useful after they reach the back rank because of the tiles, and because of the tiles it's easier to get them to the back rank
0 commit comments