15 puzzle game: Difference between revisions

Content added Content deleted
m (→‎console only: use pygments)
m (→‎console only: online tag)
Line 9,808: Line 9,808:
=== console only ===
=== console only ===
Kept simple. Obviously, increase the 5 random moves for more of a challenge.
Kept simple. Obviously, increase the 5 random moves for more of a challenge.
<!--(phixonline)-->
<syntaxhighlight lang="phix">
<syntaxhighlight lang="phix">
constant ESC=27, UP=328, LEFT=331, RIGHT=333, DOWN=336
constant ESC=27, UP=328, LEFT=331, RIGHT=333, DOWN=336