Go Fish/Locomotive Basic: Difference between revisions

m
Fixed syntax highlighting.
(improved dealing and AI)
m (Fixed syntax highlighting.)
 
Line 1:
<langsyntaxhighlight lang="locobasic">10 cls:randomize time:defint a-z
20 dim play(13),compu(13),deck(13),guess(13),poss(13),asked(13)
30 card$="A234567890JQK"
Line 128:
1280 sc=sc-deck(k)
1290 if sc<=0 then return
1300 next</langsyntaxhighlight>
 
Note: 10's are called 0's here to get single-letter rank names.
9,477

edits