Z80-21 Yet Another "BlackJack"

General games-related topics
User avatar
XavSnap
Posts: 1974
Joined: Sat May 10, 2008 4:23 pm
Location: 'Zx81 France' Fb group.

Re: Z80-21 Yet Another "BlackJack"

Post by XavSnap »

Hi,
Just a couple of hours on Vb81, but it"s difficult to work on several release.
Work on your one working program, and all additional stuff will be added.
Need just 1kb :lol: (i'm a master to diet the bones too...)
Last edited by XavSnap on Wed Aug 03, 2022 12:38 am, edited 1 time in total.
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
User avatar
sanello
Posts: 100
Joined: Sat Jul 23, 2022 9:26 pm

Re: Z80-21 Yet Another "BlackJack"

Post by sanello »

Really, it will probably be better for me to wait until your done. I am more concerned about getting the rules right and maybe changing the betting anyway. Enough memory saved and I could think about a shoe with more then one deck? You'll be much better at making it smaller. I will always leave my original on top just like I did for Z-ZEE.
-sanello
User avatar
XavSnap
Posts: 1974
Joined: Sat May 10, 2008 4:23 pm
Location: 'Zx81 France' Fb group.

Re: Z80-21 Yet Another "BlackJack"

Post by XavSnap »

Ok,

The new rule for this tread, you let us the week to change the BASIC syntax, the display and diet the program.
The weekend, you work on the new realease in "P" file.

It will be easier to you, and it avoid working on it at the same time...

If you find an error, just throw it in a text file to add it this weekend.
Last edited by XavSnap on Wed Aug 03, 2022 7:38 am, edited 1 time in total.
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
User avatar
sanello
Posts: 100
Joined: Sat Jul 23, 2022 9:26 pm

Re: Z80-21 Yet Another "BlackJack"

Post by sanello »

@XAVSNAP

To correct the split aces mistake I mentioned earlier (my bug)

8142 IF F=1 THEN LET P(1)=11
-sanello
User avatar
sanello
Posts: 100
Joined: Sat Jul 23, 2022 9:26 pm

Re: Z80-21 Yet Another "BlackJack"

Post by sanello »

New thread rules accepted.
-sanello
User avatar
XavSnap
Posts: 1974
Joined: Sat May 10, 2008 4:23 pm
Location: 'Zx81 France' Fb group.

Re: Z80-21 Yet Another "BlackJack"

Post by XavSnap »

HI,
Cap0005.jpg
Z8021_diet.bas.txt
(17.38 KiB) Downloaded 50 times

Test release (updated):
Cap0007.jpg
Z8021Beta4_2b.P
(13.34 KiB) Downloaded 51 times
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
User avatar
sanello
Posts: 100
Joined: Sat Jul 23, 2022 9:26 pm

Re: Z80-21 Yet Another "BlackJack"

Post by sanello »

Wow.

suggestions
Add a couple
Screenshot 2022-08-03 065239.png
Screenshot 2022-08-03 065239.png (222 Bytes) Viewed 1089 times
after bust (LINE 3001 I think) so INS. LOST is completely over written if a bust occurs.

Missing "pixel" bottom right corner?

Want to see if we have enough memory saved to give a choice of multiple deck shoes. Ideally choose 1 to 6 decks! Variable CD perhaps so DIM(13*CD,4) Another FOR NEXT During the shuffle FOR = 1 to CD and reshuffle when L < 25*CD*13/100)

Is there a PEEK\POKE so I can list and scroll the program normally?
-sanello
User avatar
XavSnap
Posts: 1974
Joined: Sat May 10, 2008 4:23 pm
Location: 'Zx81 France' Fb group.

Re: Z80-21 Yet Another "BlackJack"

Post by XavSnap »

Hi Sanello,

I will let you add the players loops...
But, only two single characters variables are available : P and R for a FOR-NEXT!
Last edited by XavSnap on Thu Aug 04, 2022 1:18 am, edited 1 time in total.
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
User avatar
sanello
Posts: 100
Joined: Sat Jul 23, 2022 9:26 pm

Re: Z80-21 Yet Another "BlackJack"

Post by sanello »

I think you misunderstood me. I don't want to add multiple players. That seems kind of silly. I want to add a choice for multiple decks of cards. Casinos almost always use 4, 5, even 8 decks of cards in play. The cards in play each shuffle are put in what is called a shoe. I was suggesting giving the choice of 1 to 6 decks at the beginning of the game along with the Blackjack payout Odds. if memory will now allow it.
-sanello
User avatar
XavSnap
Posts: 1974
Joined: Sat May 10, 2008 4:23 pm
Location: 'Zx81 France' Fb group.

Re: Z80-21 Yet Another "BlackJack"

Post by XavSnap »

Hi,

Ok.
1.4kb remain in memory.

You had to select 6 pair of cards with the cursor at the start?
DIM P(6,2)...

PS: I'm a noodle in Blackjack... it took me 1 hour to understand that the downside cards weren't mines. :mrgreen:
Last edited by XavSnap on Thu Aug 04, 2022 1:19 am, edited 1 time in total.
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
Post Reply