Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Cookie Cutter MZ - Blackjack Minigame

A project template for RPG Maker MZ. Copy and paste it into your own project to utilize a blackjack minigame! · By Caz

Additional Cards?

A topic by IkariMan created Sep 13, 2022 Views: 122 Replies: 2
Viewing posts 1 to 2

Hello. Great template, CAZ. Thank you so much for creating this! I was wondering if there is a way to continue to push the cards to the right beyond the limit that currently exists. I think the max amount of cards in either the dealer or player's row is about 4 or 5. I am trying to add some 'bonus' cards that would extend the '21' game. However, when I try to continue adding these cards, weird stuff happens (the last card stacks directly on top of the previous card, obscuring it; the player's card is counted towards the Player Value but the card actually appears on the dealer's row). I have tried using the Card X=40 variable to no avail. Any suggestions? Thanks!

Developer

Hi there! Is the Card X variable being set to =40 or +40? The +40 should make it appear 40 pixels over to the right every time a new card is drawn.

Caz! Wow! Thanks for the quick response. Much appreciated. I am indeed doing the +40. However, I have been trying to a adapt the system into a tit-for-tat IGOUGO card draw (instead of dealer continues to draw cards if its value is <17). I think the player's card appearing at the top may be due to me having screwed up the play loop.