Talk:Morpion solitaire: Difference between revisions

→‎Game Notation: more detail on notation
(Addition to task)
(→‎Game Notation: more detail on notation)
Line 87:
...</pre>
The above is taken from [[http://www.morpionsolitaire.com/Grid5T177RosinA.txt Rosin's 1st 177 move game]]. The first line references the final position of the north-west valley. Each line is a set of coordinates followed by a direction and a distance. I haven't found an explanation of the final integer; however, they appear to be 0,1,2 indicating where the center of the line is relative to the move (center=0, top/left end=+2, etc.). Also the order of coordinates here is '''(column, row)''' the reverse of what I used. --[[User:Dgamey|Dgamey]] 12:18, 9 February 2012 (UTC)
 
<pre># Pentasol compatible format for a Morpion Solitaire game
#
# XXXX
# X X
# X X
# XXXR XXXX
# X X
# X X
# XXXX XXXX
# X X
# X X
# XXXX
#
# R = reference point
# List of moves starts with reference point (col,row)
# Lines are
# (col,row) <direction> <center>
# direction - +
# | up down
# - left right
# \ left right
# / left right
# center is the distance -2, -1, ..., +2 from
# the move to the center of the line being drawn
(12,8)
(11,14) - +2
(12,4) | +2
(9,12) | -2
(18,7) | +2
(14,11) - +2</pre>--[[User:Dgamey|Dgamey]] 02:06, 13 February 2012 (UTC)
 
== Proposed Addition to the task definition ==
Anonymous user