general in GameMaker Studio 2

Share your creations!
Loading...

For day 393 of coding, I have made an option menu where you can change the textbox borders

Loading...

For day 392 of coding, I have made textboxes and redesigned the start screen

Loading...

For day 391 of coding, I have added an selection for options at the start menu. As of right now, I doesn't do anything yet

Loading...

For day 390 of coding, I've updated the sprites that represent the coins. I have also updated the display code to accommodate the new frame amount and to make sure the sprite only disappears when there is no money left

Loading...

For day 389 of coding, I made a simple sprite of chips that changes as you win or lose betting money

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