Done, solved it. I just created a list ny numerical order of the cards.
If Val(line 1) = Val(line 2) - 1
Val(line 2) = Val(line 3) - 1
Val(line 3) = Val(line 4) - 1
Val(line 4) =...
Type: Posts; User: KuroRose; Keyword(s):
Done, solved it. I just created a list ny numerical order of the cards.
If Val(line 1) = Val(line 2) - 1
Val(line 2) = Val(line 3) - 1
Val(line 3) = Val(line 4) - 1
Val(line 4) =...
Hi, thanks for the reply.
Actually, I already did everything for a poker game, i used 30 counters and a few variables, but I couldn't figure out an way to do a "check sequence", every other...
Hi, first of all sorry if i commit any mistakes, english is not my primary language and if you could correct me i would be very gratefull.
So, I am programming a card game, like poker, but I'm...