DEV Community

Cover image for Game Dev Log: Designing the "Void Card" System – Turning Defense into Explosive Offense
GameDecisionDiagram
GameDecisionDiagram

Posted on

Game Dev Log: Designing the "Void Card" System – Turning Defense into Explosive Offense

In my previous post, I discussed the "Attribute Collection and Granting" system, where players exploit enemy elemental weaknesses. Today, I want to introduce a core mechanic that holds the most "explosive potential" in the game.

Latest Gameplay Video: Watch the intense battle against the Necromancer to see the "Void Card" in action—a high-stakes move that requires perfect timing and preparation.

1. "Void" Cards: Power Born from Constraint

In the video, you’ll notice cards shrouded in a dark aura. These are Void Cards. Unlike standard cards, they cannot be played freely under normal circumstances.

Activation Condition

A Void Card can only be activated when your specific Weakness is currently "Nullified" by a skill or item.

In the footage, you can see the player using defensive cards like "Water Guard" to mitigate the Necromancer’s lethal assaults. That precise moment—when your defenses are perfected—is the trigger that unleashes the power of the Void.

2. The UX of "Calculated Retaliation"

The design goal for this system was to provide players with the catharsis of "Enduring, gathering strength, and turning the tides in a single stroke."

Tactical Dilemma

While Void Cards are devastatingly powerful, they pose a risk by clogging your hand. Players must decide: When should I draw into nullification skills? At what point should I drop the Void hammer? It’s a true test of deck-building and resource management.

The Dual Utility of "Nullification"

I wanted to transform a purely defensive action (protecting a weakness) into an offensive signal. It functions as a "switch" that shifts the player's stance from survival to total domination.

3. Play for Free: Conquer the Undead with Your Strategy

In this video, the dev team unfortunately fell just short of defeating the Necromancer. However, the game is balanced such that meticulous strategy will always guarantee victory.

Will you be the one to perfect the Void Card combo?

The development build is currently available for FREE on itch.io. I invite you to take revenge on the Necromancer yourself and experience the thrill when a complex strategy finally clicks!

Play "CIDER" for free on itch.io

Closing Thoughts

We are constantly looking for feedback on Void Card balance and overall gameplay on our Discord server. Your tactical insights are the fuel that helps this project evolve.

Join our Discord Community


Behind the Scenes: The "Distribution" Hurdle for Indie Devs

As I started recruiting playtesters to get more eyes on the game, I hit a major roadblock: How do I actually deliver the game files?

The Dilemma of Trust and Safety

The easiest way to share a PC game build is uploading the .exe to cloud storage like Google Drive. However, as a player, clicking a random link from an unknown developer and bypassing Windows "SmartScreen" warnings is a huge psychological barrier. I know I’d be hesitant if the roles were reversed.

Choosing itch.io as a Compromise

To address this trust issue, I decided to use itch.io, a global standard for indie game hosting.

To be honest, even on a dedicated platform, unsigned executables still trigger OS

Top comments (0)