Tic-tac-toe: Difference between revisions

m
→‎{{header|Phix}}: added personal tag
m (→‎{{header|REXX}}: changed a comment.)
m (→‎{{header|Phix}}: added personal tag)
Line 9,042:
=={{header|Phix}}==
AI copied from C. User goes first, as does loser. After a draw the start player alternates.
<!--<lang Phix>(notonline)-->
<span style="color: #004080;">sequence</span> <span style="color: #000000;">board</span> <span style="color: #0000FF;">=</span> <span style="color: #7060A8;">repeat</span><span style="color: #0000FF;">(</span><span style="color: #008000;">' '</span><span style="color: #0000FF;">,</span><span style="color: #000000;">9</span><span style="color: #0000FF;">)</span> <span style="color: #000080;font-style:italic;">-- {' '/'X'/'O'}</span>
7,813

edits