Tic-tac-toe: Difference between revisions

m
(Added 11l)
Line 28:
<lang 11l>UInt32 seed = 0
F nonrandom_choice(lst)
:seed = (1664525 * :seed + 1013904223)
R lst[:seed % UInt32(lst.len)]
 
Line 79:
R choice + 1
 
F your_turn(xo, &board)
V options = space()
L
1,480

edits