Page 1 of 1

My blackjack Simulator so far.

Posted: Mon May 20, 2019 10:21 am
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.

Re: My blackjack Simulator so far.

Posted: Mon May 20, 2019 10:58 pm
by Olliv
Seen. I ask myself why you change the back color. But I imagine it was to show the technical availability.

Re: My blackjack Simulator so far.

Posted: Tue May 21, 2019 8:26 am
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.

Re: My blackjack Simulator so far.

Posted: Tue May 21, 2019 4:17 pm
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<<<....

Re: My blackjack Simulator so far.

Posted: Wed Jun 05, 2019 8:20 am
by Chromedias
nice one :)

Re: My blackjack Simulator so far.

Posted: Wed Jun 05, 2019 8:29 am
by BarryG
Why does the first card move so slowly?

Re: My blackjack Simulator so far.

Posted: Fri Jun 07, 2019 9:35 pm
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.