I was hoping for some input on ways to improve my card counting practice site. Functionality, design, or any input at all is appreciated -
After getting my feet wet with counting cards I wanted to be able to easily test myself to make sure I was counting correctly and also quickly. There was one or two good apps I found for Android but never away websites. I figured while creating a webapp to test myself I could also release it for the general public to use as well.
Anyways if you have any ideas for improvements please let me know.
Have a great weekend!
Also, In the results I would list how many decks were used.
Not bad though.
ZCore13
Quote: s1rericHey everybody,
I was hoping for some input on ways to improve my card counting practice site. Functionality, design, or any input at all is appreciated - http://www.onlinecardcounting.com/
After getting my feet wet with counting cards I wanted to be able to easily test myself to make sure I was counting correctly and also quickly. There was one or two good apps I found for Android but never away websites. I figured while creating a webapp to test myself I could also release it for the general public to use as well.
Anyways if you have any ideas for improvements please let me know.
Have a great weekend!
Hey s1, that's a good starting point for practicing Hi-Lo system.
After you become an expert in counting cards, you should add the ace side count onto your program, i.e., from ace#1 all the way to ace#32 for a 8 deck bj game. Good luck.
Quote: s1rericHey everybody,
I was hoping for some input on ways to improve my card counting practice site. Functionality, design, or any input at all is appreciated - http://www.onlinecardcounting.com/
After getting my feet wet with counting cards I wanted to be able to easily test myself to make sure I was counting correctly and also quickly. There was one or two good apps I found for Android but never away websites. I figured while creating a webapp to test myself I could also release it for the general public to use as well.
Anyways if you have any ideas for improvements please let me know.
Have a great weekend!
Nice job, s1reric. Hi-Opt I with ace side count would be better for the single deck game. Hi-Lo is fine for shoe games.
In regards to the instructions, did you mean to keep them somewhere on the page besides/instead of the instructions that first pops up when you first load the page?
Thanks Artemis and 1BB, I have added the Ace side count to my to-do list.
Quote: s1rericI appreciate the input. When you say # of decks did you mean # of rounds/flips in the game? I went ahead added that feature which should be available if your refresh the page. If you did mean # of decks I can probably fit that in somewhere as well.
In regards to the instructions, did you mean to keep them somewhere on the page besides/instead of the instructions that first pops up when you first load the page?
Thanks Artemis and 1BB, I have added the Ace side count to my to-do list.
Hey S1, here are more to do for you:
1) to program the flashcards for practicing/memorizing the BJ strategy.
https://wizardofodds.com/games/blackjack/strategy/4-decks/
2) to program the flashcards for practicing/memorizing:
a) Illustrious 18
b) Fab 4 Surrenders
https://wizardofodds.com/games/blackjack/card-counting/high-low/
The #2 a/b looks to be fun to work on, added as well.
I'll have to figure out start figuring out how prioritize these, thank you very much.
Quote: s1rericI had never thought of #1 that's great and wouldn't be too hard.
The #2 a/b looks to be fun to work on, added as well.
I'll have to figure out start figuring out how prioritize these, thank you very much.
S1, you're welcome. Thanks for your programming and contribution to the card counter community.
To make it easier for you to program the flashcards, I found some condensed basic strategy:
Chart#1 is for a 2 deck bj game:
http://www.bj21.com/boards/free/free_board/index.cgi?read=157456
Chart#2 is for a 6 deck bj game:
http://www.bj21.com/boards/free/free_board/index.cgi?read=157515
And it's absolutely no problem at all, it's always enjoyable to work on projects that actually interest me. Plus getting the type of feedback I've received from you and the others in this thread makes it that much better.
I'll update this thread as soon as some of these have been implemented.
ZCore13