All Posts in GameMaker Studio 2

Share your creations!
Loading...

For day 388 of coding; I have implemented the rule that during a split hand made from aces, the player can only draw one more card. there is also no blackjack bonus earnings in this case

Loading...

For day 387 of coding, I have fixed the message display and further optimized when to run the result calculations

Loading...

For day 386 of coding, I am currently altering how the results display in order to avoid redundant messages

Loading...

For day 385 of coding, I have implemented the results and payout of the split play

Loading...

For day 384 of coding, I have moved the code for updating the results message into a new function. that function will then run after each total point update

This is to ensure better message accuracy, and to cut out the redundant message checks

Loading...

For day 383 of coding, I have adjusted the text spacing and what appears when during the split play

Loading...

For day 382 of coding, I managed to have the results message display for each split hand

I'll admit that it does need some work

Loading...

For day 381 of coding, I have implemented the dealer's turn during the split

Loading...

For day 380 of coding, I have done the basic player's turn for each part of the split hand

Loading...

For day 379 of coding, I have implemented the start of the split mechanic