16 puzzle game/autohotkey: Difference between revisions

m
Fixed syntax highlighting.
(Added AutoHotkey)
 
m (Fixed syntax highlighting.)
 
Line 1:
=={{header|AutoHotkey}}==
16 Puzzle Game Gui with Solver
<langsyntaxhighlight AutoHotkeylang="autoHotkey">WW:= 44
Gui, font, S16
oHome := [], oLocation := [], oGrid := [], W := WW/2
Line 445:
GuiControl, focus, % oGridR "_" oGridC
}
;------------------------------</langsyntaxhighlight>
9,476

edits