Black box: Difference between revisions

m
(Added AutoHotkey)
Line 14:
 
=={{header|AutoHotkey}}==
<lang AutoHotkey>DebugView()SetBatchLines -1
SetBatchLines -1
;--------------------------------------------------------------------------------------
BoardSize := 8
Line 217 ⟶ 216:
deltaR := dir = "D" ? 1 : dir = "U" ? -1 : 0
deltaC := dir = "R" ? 1 : dir = "L" ? -1 : 0
DebugView(r "_" c " " dir)
if TroubleShooting
299

edits