Go Fish/AutoHotkey: Difference between revisions

m
Fixed syntax highlighting.
(added autohotkey L)
 
m (Fixed syntax highlighting.)
 
(One intermediate revision by one other user not shown)
Line 1:
{{collection|Go Fish}}
<span style='font-family: "Linux Libertine",Georgia,Times,serif;font-size:150%;'>[[AutoHotkey]]</span><hr>
[[Category:AutoHotkey]]
{{works with|AutoHotkey L}} Unicode
Easily expanded to multiple players, any combination of human and AI.
<langsyntaxhighlight lang="ahk">#NoEnv
SetBatchLines -1
#SingleInstance Force
Line 191:
Return Pip
}
}</langsyntaxhighlight>
9,476

edits