RosettaCodeData/Task/Tic-tac-toe/00DESCRIPTION

16 lines
423 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
[[File:Tic_tac_toe.jpg|500px||right]]
;Task:
2018-06-22 20:57:24 +00:00
Play a game of [[wp:Tic-tac-toe|tic-tac-toe]].
Ensure that legal moves are played and that a winning position is notified.
2016-12-05 22:15:40 +01:00
2019-09-12 10:33:56 -07:00
Tic-tac-toe is also known as   ''naughts and crosses''.
2017-09-23 10:01:46 +02:00
;See also
2018-06-22 20:57:24 +00:00
*   [http://mathworld.wolfram.com/Tic-Tac-Toe.html MathWorld™, Tic-Tac-Toe game].
*   [https://en.wikipedia.org/wiki/Tic-tac-toe Wikipedia tic-tac-toe].
2016-12-05 22:15:40 +01:00
<br><br>