Card games (CCG/TCG)
Post about Card games (CCG/TCG)!
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

cooking.

EDIT: A proper video with some progress will be uploaded later.

Garden Things: Wave 2 Trailer.
.---- .-.-.- / ..-. . -... .-. ..- .- .-. -.-- .-.-.- / ..--- .-.-.- / .-.. .. -. -.- ... / .. -. / .-- --- .-. .-.. -.. ... .-.-.-MADE BY:​⁠@EnnardInc, YT, ...
https://www.youtube.com/watch?v=OJfVWtuOYMQ
Loading...

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

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 385 of coding, I have implemented the results and payout of the split play

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