Skip to content

Instantly share code, notes, and snippets.

@tux21b
Created June 2, 2012 08:30
Show Gist options
  • Save tux21b/2857330 to your computer and use it in GitHub Desktop.
Save tux21b/2857330 to your computer and use it in GitHub Desktop.
Ganz gemeiner TC (Entwurf)
a b c d e f g h
8 . . r . . . . . 8
7 . . . . . . . . 7
6 . . . . . . . . 6
5 . . . k . . . . 5
4 . . . . . . . . 4
3 . . . . . N . r 3
2 . K . . . P . . 2
1 . . . . . . . q 1
a b c d e f g h
P f2 e3 ... Invalid movement pattern
P f2 f3 ... Own piece on target location
K b2 c2 ... No sacrify allowed
K b2 b3 ... OK
... k d5 c4 No sacrify allowed
... k d5 d4 No sacrify allowed
.... r c8 c4 OK
K b3 c4 ... No sacrify allowed
N f3 d5 ... Invalid movement patter
N f3 d2 ... No sacrify allowed
K b3 b2 ... OK
... q h1 e4 Piece on the way
... q h1 c1 OK
K b2 b3 ... OK
... k d5 d6 OK
Patt.
./ass3 Kb2rc8kd5Pf2Nf3qh1rh3
move f2 e3
move f2 f3
move b2 c2
move b2 b3
move d5 c4
move d4 d4
move c8 c4
move b3 c4
move f3 d5
move f3 d2
move b3 b2
move h1 e4
move h1 c1
move b2 a2
move c1 c2
move a2 a1
move c4 a4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment