Morpion solitaire: Difference between revisions

m
→‎{{header|REXX}}: changed wording in the header section. -- ~~~~
m (→‎{{header|REXX}}: changed the number of unique moves to 73 (from 63). -- ~~~~)
m (→‎{{header|REXX}}: changed wording in the header section. -- ~~~~)
Line 295:
<br>Currently, the computer tries to start the game (with sixteen moves) by the assumptions I made, which clearly aren't worth a tinker's dam.
<br>This program allows the <tt> D </tt> or <tt> T </tt> forms of the game, and allows any board size (grid size) of three or higher.
<br>The default board sizegames is <tt> 5T </tt>
 
<lang rexx>/*REXX program to play Morpion solitaire, the default is the 5T version.*/