Jump to content

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,490

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.