u/VoidChess_Dev

Image 1 — I built Void Chess — every capture creates a permanent void on the board, and there's a new Minister piece that can heal them
Image 2 — I built Void Chess — every capture creates a permanent void on the board, and there's a new Minister piece that can heal them

I built Void Chess — every capture creates a permanent void on the board, and there's a new Minister piece that can heal them

Hey r/chessvariants — long-time lurker, finally have something to share. I spent the last few years building a chess variant called Void Chess and just released the polished version. This community is the ideal audience for it — variant enthusiasts who care about good design.

The variant changes three things — everything else (check, checkmate, castling, en passant, promotion, draws) works exactly like classical chess:

  1. 9×9 board instead of 8×8. One extra file (i-file). 9 pawns per side instead of 8.

  2. A new piece called the Minister sits between the bishop and the knight on the king's side (g1 for White, g9 for Black). It moves up to 2 squares in any of the 8 king directions, and can change direction between the two steps. Worth roughly 13 pawns in my engine. Three unique abilities:

- Captures don't create unstable tiles (the void-blocker special)

- Can heal red unstable tiles

- The ONLY piece that can step onto a void tile (and remove it)

  1. Every capture creates a red unstable tile at the destination. At the end of the owner's NEXT turn, that red tile becomes a permanent black void — UNLESS:

- The piece on it moves away (saves the piece, square still becomes void)

- An opponent recaptures (chain continues, new unstable tile)

- The Minister heals it before the deadline

The void blocks ALL pieces except the Minister. Sliders can't pass through, knights can't land on, pawns can't capture onto. The board literally shrinks as the game progresses.

The interesting strategic question this creates: captures are no longer "free." Every trade costs you a square forever. Endgames are completely different — sometimes with a massive material advantage, you still can't win because the voids blocked your path.

Built it in C++ compiled to WebAssembly. The engine has 20 difficulty levels (recently rebalanced so Level 1 is genuinely beatable for beginners). PvP rated with ELO. No ads in gameplay.

🎮 Try it:

- [Play free in browser] (https://voidchess.com/play)

- More about the design: [voidchess.com](https://voidchess.com)

Curious what you variant veterans think of the design. The Minister specifically — does it feel overpowered, balanced, or underused in your view?

u/VoidChess_Dev — 6 days ago