Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

It's been a while since I've seen a game from ya, Azurezero.

An interesting one here... the actual card play took a little bit to get used to, but it's not bad. Nat is surprisingly good at it though. Some nice coding there.

I haven't gotten to get any of the lewd yet, though its kind of a shame the lewd is only one way.

oddly enough, the only thing i can tell opponent's to do, is to not use a card... i can't do anything on when they should use a card.

when she draws a card, a variable is increased to tell her that she has that card in her hand, and all the variables turn on a switch if theyre above 0... the switches are used as a condition for the skills with the effects of the cards.
but after i've done the check, i can turn off the switch if it's not the right time to use a card

though if her hand is full she ignores all conditions and uses anything to stop her getting locked

Huh interesting. Well, I hadn't run into issues, though I admit to not yet having tried a whole lot.

theres apparently issues with running out of cards, but its annoying setting up a test to see if my fix works