My blackjack Simulator so far.

Advanced game related topics
dan yalte
User
User
Posts: 47
Joined: Thu Aug 13, 2015 8:56 am

My blackjack Simulator so far.

Post by dan yalte »

Here is what i have so far for my blackjack simulator It's looking pretty good i think, right now I am working on where the cards get placed on the screen and the animation type stuff, just so i figure it out ahead of time. after that i will treat the cards dealt to each seat as a stack of cards so i can add up the total value for each player and also remove the stack if the player busts. because there are seven seats and in the end the user will decide what seats get dealt to i will get the code working for all the seats, then use a small loop to test what seats are to be dealt to and it will handle all the dealing from there. I am very impressed with how small the program executable is so far less then 80K. long way to go but i like how it is turning out so far.

Any questions are welcome. When i am done i will be making at available to everyone here.
hope to do both Linux and Windows versions

This is not just a simple game the idea is to make it just like a real blackjack table in a casino. in every way. Including all the different rules and be able to test any ideas you might have on how to beat the game

https://youtu.be/QtwCrQj2534

This short video is just a test of setting the animation speed. my recording software did not want to show the window or it's title.
User avatar
Olliv
Enthusiast
Enthusiast
Posts: 542
Joined: Tue Sep 22, 2009 10:41 pm

Re: My blackjack Simulator so far.

Post by Olliv »

Seen. I ask myself why you change the back color. But I imagine it was to show the technical availability.
User avatar
ar-s
Enthusiast
Enthusiast
Posts: 340
Joined: Sat Oct 06, 2007 11:20 pm
Location: France

Re: My blackjack Simulator so far.

Post by ar-s »

I started a "Pure Black Jack" a long time ago. I have to continu too.
You should make a background more realistic. I know that project is much more complicated than we can think (oh yeah)
Here is my board.
Image
I think I might see it all again because I started it a long time ago.

Good luck with the rest and good job.
~Ar-S~
My Image Hoster for PB users
My webSite (french) with PB apps : LDVMULTIMEDIA
PB - 3.x / 5.7x / 6 - W11 x64 - Ryzen 7 3700x / #Rpi4

Code: Select all

r3p347 : 7ry : un71l d0n3 = 1
dan yalte
User
User
Posts: 47
Joined: Thu Aug 13, 2015 8:56 am

Re: My blackjack Simulator so far.

Post by dan yalte »

I have done the table in both blue and green. green is the most common colour of course. But my table is based on a real table just a different colour.I will have an option to use a green Table or the blue one just to be different. It does stand out. (I wanted that effect).

I Have seen this once before in a casino where the room was done with black chairs with the tables done in Blue very cool.

My program will be more then just a game it will be a simulator as well. It will be as close to the real thing as i can make it. i hope to be done in about 3 months or so...

any other questions

>>>DAN YALTE<<<....
Chromedias
New User
New User
Posts: 2
Joined: Wed Jun 05, 2019 8:14 am

Re: My blackjack Simulator so far.

Post by Chromedias »

nice one :)
BarryG
Addict
Addict
Posts: 3266
Joined: Thu Apr 18, 2019 8:17 am

Re: My blackjack Simulator so far.

Post by BarryG »

Why does the first card move so slowly?
dan yalte
User
User
Posts: 47
Joined: Thu Aug 13, 2015 8:56 am

Re: My blackjack Simulator so far.

Post by dan yalte »

i was just testing how to change the speed of the cards. At this point i am working on setting up all the house rules and card rule variations after that the Valuables for the seven players all of them can be either the computer or real players, After that the basic Strategy tables, The main loop for dealing all the cards. After that just odds and ends then it will be ready to release.

The animation is all done.
Post Reply