Card games (CCG/TCG)
Post about Card games (CCG/TCG)!
Loading...

For day 406 of coding, I have applied the textbox to the player's card decisions. The box will adjust height to fit all the options available

I'd be surprised if y'all weren't convinced

Who else thinks I'm a bit obsessed with pokémon?

Loading...

For 404 of coding, I have place a textbox where the player makes their wager

Loading...

For day 402 of coding, I coded in a function to go back to the title menu upon running out of money

Loading...

For day 401 of coding, I have made the adjustments needed to have the textbox change size to fit the scores of each hand

Loading...

For day 400 of coding, I have applied the textbox to the individual hands formed from a split

I will need to adjust the coding of the score textbox so that it will adjust itself to fit the scores from the split

Loading...

For day 399 of coding, I have changed the layout on how the point totals are displayed

Loading...

For day 398 of coding, I have changed the option to return to tile after a split game to reflect similarly to how I changed the other option yesterday.

I have also made a new textbox design to select

Loading...

For day 397 of coding, I have changed how return to the title screen works so the changes in options will be retained

I've also learned that if I set variable = an entire array, array functions will affect both. with that in mind, array_copy() is needed.