Tic-tac-toe: Difference between revisions

m
imported>Ki11erRabbit
(I completed the Task for Koka and wish to add it. I am new so let me know if I did anything wrong.)
Line 4,743:
[https://easylang.dev/apps/tictactoe.html Run it]
 
<syntaxhighlight lang="text">
len f[] 9
state = 0
textsize 14
#
proc init . .
linewidth 2
Line 4,828:
else
rval = alpha
start = randomrandint 9
mov = start
repeat
1,983

edits