File tree 1 file changed +90
-0
lines changed
1 file changed +90
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 5D Chess Game Viewer
2
+
3
+ A tool for reviewing games of 5D chess based on transcripts.
4
+
5
+ Proper verification is incomplete, it is assumed games are legitimate and the only checks in place are ensuring that moves at least make sense.
6
+
7
+ ## Example game 1: Hexicube (white, win) vs ??? (black, loss)
8
+
9
+ ```
10
+ 1. c4 .. e6
11
+ 2. Nf3 .. Nc6
12
+ 3. g3 .. Nb4
13
+ 4. Qb3 .. h5
14
+ 5. Bg2 .. Qe7
15
+ 6. O-O .. Na6
16
+ 7. d4 .. Nf6
17
+ 8. Ne5 .. Ne4
18
+ 9. Bxe4 .. h4
19
+ 10. g4 .. Qg5
20
+ 11. Bxg5 .. Bd6
21
+ 12. f4 .. L0d6 Bx T10d4
22
+ 13. Nf3; - .. Be3
23
+ 14. Bxe3; - .. Rh6
24
+ 15. L0e5 Nx L-1e7 .. Bxe7; O-O
25
+ 16. Bxh6; f5 .. Bf8; exf
26
+ 17. Bxb7; Bxf5 .. Bd6; Re8
27
+ 18. Bxc8; Bd8 .. Rxc8; Rxd8
28
+ 19. Bxg7; Qe3
29
+ ```
30
+
31
+ ## Example game 2: SexyLexi (white, win) vs ComputerSmoke (black, loss)
32
+
33
+ ```
34
+ 1. e4 .. c6
35
+ 2. c3 .. Nf6
36
+ 3. e5 .. Ne4
37
+ 4. Qf3 .. Ng5
38
+ 5. Qh5 .. e6
39
+ 6. d4 .. Qc7
40
+ 7. Bxg5 .. L0c7 Qx T5e5
41
+ 8. Qe2; - .. Qdc7
42
+ 9. d4; - .. Qxe2
43
+ 10. Bxe2; Qh4 .. Ne4; d5
44
+ 11. Be3; Qf4 .. d5; Nd7
45
+ 12. Nf3; Bd8 .. L-1c7 Qx L0d8
46
+ 13. L0f4 Qx T8f7
47
+ ```
48
+
49
+ ## Example game 3: Hexicube (white, loss) vs Shaevor (black, win)
50
+
51
+ ```
52
+ 1. c4 .. e6
53
+ 2. Nf3 .. Bc5
54
+ 3. d4 .. Bb4
55
+ 4. Bd2 .. Qe7
56
+ 5. a3 .. Bxd2
57
+ 6. Qxd2 .. d5
58
+ 7. Ne5 .. Nc6
59
+ 8. L0e5 Nx T7e7 .. -; Nxe7
60
+ 9. Qb4 .. Nf6; Nbc6
61
+ 10. g3; Qa4 .. L0c6 Nx L1c4
62
+ 11. Qc3; e3 .. Ne4; L1c4 Nx T9a4
63
+ 12. e3; -; - .. O-O
64
+ 13W. L1a4 Qx L-1a4; Qf3
65
+ 13B. Bd7; c5; O-O
66
+ 14W. Nc3; dxc; Nc3
67
+ 14B. L-1c6 Nx L0c4; Nf5
68
+ 15W. L1d4 P L0d4; Qd1
69
+ 15B. Rab8; e5; e5
70
+ 16W. Ne5; Qh5; Nxd5
71
+ 16B. b5; g6; Be6
72
+ 17W. Qh5; Qxe5; Ne7
73
+ 17B. g6; O-O; Nfxe7
74
+ 18W. Qh6; Qxe7; Ng5
75
+ 18B. L-1d7 Bx L0e7; Rfd8
76
+ 19W. L-1h6 Q L0g7; Bb5
77
+ 19B. L-1e7 Nx L0g7; a6
78
+ 20W. c5; b3; Bxc6
79
+ 20B. Rfe8; Nf5; bxc
80
+ 21W. Nc6; Bg2; O-O
81
+ 21B. Rbd8; L0e4 N L1e2
82
+ 22W. Nxb5; L0e1 Kx L1e2
83
+ 22B. a6; Nce3; Bc4
84
+ 23W. Nxc7; fxe; Ke1
85
+ 23B. Rb8; Nxe3; Nf5
86
+ 24W. L-1c6 Nx T20c7; -; -
87
+ 24B. -; Rc8
88
+ 25W. -; -; Be2
89
+ 25B. -; Rxc7
90
+ ```
You can’t perform that action at this time.
0 commit comments