Unity Abandoned Fantasy Strip Poker and Blackjack [v0.9] [Motor Wizard]

1.70 star(s) 6 Votes

Yunalescar

New Member
Mar 18, 2020
5
4
The game it self looks fine, but there is something really odd in the RNG she is hitting like 70% BJ and 90% 18-20 thats no normal randomizing...
 

HDriver

Newbie
Feb 4, 2018
46
59
The game it self looks fine, but there is something really odd in the RNG she is hitting like 70% BJ and 90% 18-20 thats no normal randomizing...
As I mentioned in 2 posts above, the randomization is done correctly. However, I will try to increase the crypto randomization and see how it goes.

In my tests, I have managed to beat the AI, but hard..... :)
 

Yunalescar

New Member
Mar 18, 2020
5
4
As I mentioned in 2 posts above, the randomization is done correctly. However, I will try to increase the crypto randomization and see how it goes.

In my tests, I have managed to beat the AI, but hard..... :)
played a set of 30 games she had : 5x push 4 natural BJ 10 bj 7x won with 1 higher in 18-20 and WOW 4 times i managed to win... and im not evenj counting the games that i had to hit knowing i might and did overhit

So there gotta be something wrong or my RNG is the most fucked up one i know
 
  • Like
Reactions: User327

User4862

Member
May 26, 2019
125
278
i encountered some errors. on one hand, dealer continued hitting when she reached 21 with a few aces.

another error, screenshot below. dealer was hitting, then stopped, counter should show 27 but shows 17. the games currently stuck and wont progress.

Untitled6.png
 

ray3dave

Well-Known Member
May 12, 2017
1,086
908
The shuffling takes too long, and Iwould say it's too hard to win. I got her naked, then I lost nine times in a row, at the same time I lost my interest. Great graphics though. Good luck with that project!
 

Lies.

New Member
Jun 5, 2019
10
15
When the main deck is initialized, all the cards are in order. After, before you see the shuffling, their position is randomized 100 times with the normal randomization algorithm, plus 2 times with crypto algorithm (it uses unique keys for a better randomization - like current clock speed of your CPU, etc)
That does not sound correct. You don't need to shuffle multiples times, just implement Fisher–Yates (or use a library function that does) and make sure you persist your PRNG state.

That doesn't mean your current code is necessarily non-random though, it's easy to blame rng when the computer screws you over with lucky draws. :)
 

Syokusyu

Member
Donor
Aug 7, 2017
409
1,432
their position is randomized 100 times with the normal randomization algorithm, plus 2 times with crypto algorithm (it uses unique keys for a better randomization - like current clock speed of your CPU, etc)
but why? seems a bit redundant to randomize it more than once, it's not getting any more random after all.
Also, cheats aren't unlocked after winning.
 

lagaard

Member
Jan 25, 2018
227
109
So I came in with low expectations, given almost all strip blackjack/poker games nowadays are just the boring, "get money to buy clothes off the girl" formula. So I was rather impressed this one actually remembers a strip game is a two player game, and the player is actually playing!

Still, I'm not sure I'm a huge fan of the 'casino' variant. Having money in a strip game helps extend the length, and make the game a lot less swingy, but it also feels a bit weird. For one, where does the 50 coins come from? It also means if the player is losing, they just kind of lose 'harder'. I feel its best to either have it so the game is 'straight' strip blackjack and clothing comes off each round, or the sold clothing comes out of the other's bank, so that way the amount of money always stays the same.

For an early release, the most I'd say is the schoolgirl needs more variety in her dialogue. It's not bad at all, but I think Strip Poker Night at the Inventory has kind of 'proven' that engaging dialogue of some sort really enhances the fun factor. I also really think it's better to just do away with the betting part, or make it 'easier'. After all, this is strip blackjack, the name of the game is in stripping for all parties involved, I think its better to focus on that, then money management.
 

trunkmen

New Member
Nov 9, 2018
10
75
When the main deck is initialized, all the cards are in order. After, before you see the shuffling, their position is randomized 100 times with the normal randomization algorithm, plus 2 times with crypto algorithm (it uses unique keys for a better randomization - like current clock speed of your CPU, etc)
This word salad proves that you have no idea what you're doing :ROFLMAO:
 

Sammie

Member
Sep 8, 2017
105
120
You should make the AI stay on 17, that`s more like blackjack and more player friendly tbh, LET US WIN

Edit: Ok so, I took her shirt off and the game bugs out, I can`t bet anymore, she`s still dancing around but I can`t press the chips. It happened twice so I don`t think it`s a one time thing
I had the same problem.
 
1.70 star(s) 6 Votes