RosettaCodeData/Task/Tic-tac-toe/00-TASK.txt

21 lines
603 B
Plaintext

;Task:
Play a game of [[wp:Tic-tac-toe|tic-tac-toe]].
Ensure that legal moves are played and that a winning position is notified.
''Tic-tac-toe''   is also known as:
::*   ''noughts and crosses''
::*   ''tic tac toe''
::*   ''tick tack toe''
::*   ''three in a row''
::*   ''tres en rayo''       and
::* &nbsp; ''<big>X</big>s &nbsp;and&nbsp; <big>O</big>s''
;See also
* &nbsp; [http://mathworld.wolfram.com/Tic-Tac-Toe.html MathWorld&trade;, Tic-Tac-Toe game].
* &nbsp; [https://en.wikipedia.org/wiki/Tic-tac-toe Wikipedia tic-tac-toe].
<br><br>