Go Fish/Lua: Difference between revisions

m
Fixed syntax highlighting.
m (Fixed syntax highlighting.)
 
Line 5:
There are no card suit characters in the standard font, so suits are A, B, C and D, but ranks are 1 to 13.
 
<syntaxhighlight lang="lua">
<lang Lua>
function createDeck ()
Deck = {}
Line 399:
updateGUI ()
end
end</syntaxhighlight>
end
 
</lang>
9,487

edits