Generate Chess960 starting position: Difference between revisions

→‎{{header|Factor}}: make note of Factor's built-in chess960 vocabulary
m (→‎{{header|Factor}}: simplify "next" word)
(→‎{{header|Factor}}: make note of Factor's built-in chess960 vocabulary)
Line 516:
♘♖♗♕♔♗♘♖
♗♗♘♖♘♔♕♖
</pre>
 
Factor also comes with a chess960 position generator:
<lang factor>USING: chess960 prettyprint ;
 
chess960-position .</lang>
{{out}}
<pre>
{ rook bishop king knight bishop queen rook knight }
</pre>
 
1,808

edits