Monochess
A chess variant with rule-bending action cards
Last verified:
What is Monochess?
MonoChess is a minimal, strategic coordinate-based card chess game that replaces traditional chess movement patterns with a hand of action cards. Movement and placement on the board are completely governed by the cards you play each turn, rather than standard chess piece movement rules. You receive a hand of action cards each turn and must choose which card to play to maneuver your pieces, undo moves, and draw additional cards.
Key features include card-driven play where your hand dictates valid movement rules, coordinate directions, and placement parameters. The game emphasizes tactical positioning as you deploy and maneuver pieces across the grid by timing cards perfectly to establish board control. The elimination rules require you to read the board and anticipate opponent movements by tracking remaining card sets. The objective is straightforward: corner the opposing King and capture him directly on the grid to win, with no complex checkmate rules required.
MonoChess is built using SvelteKit and hosted on Cloudflare Pages with a Durable Object worker-backed game server for real-time multiplayer. It uses D1 as the database layer for accounts and games, features a custom chess engine that handles mid-turn state changes, custom JSON-based state serialization for game history and replays, and a custom Glicko-2 rating implementation for ELO tracking. The game is free to play with no registration required.
This tool is ideal for chess enthusiasts looking for a fresh strategic twist, card game fans who want chess mechanics, players who prefer quick pickup games with deep strategy, and anyone who knows coordinates already knows 90% of the game. It's incredibly straightforward and quick to learn, with players able to play like a pro in under 2 minutes.
Monochess pricing
Pricing model: Freemium
MonoChess is completely free to play with no paid tiers or subscription plans. The website states 'It's free to play here' with no mention of premium features, ads, or in-app purchases. Users can play without creating an account, though accounts are available for tracking ELO ratings via the Glicko-2 system. All features including real-time multiplayer, game history, replays, and matchmaking are included at no cost.
Monochess pros
- Free to play with no registration required
- Quick to learn - pro level in under 2 minutes
- Straightforward coordinate-based mechanics
- No complex checkmate rules - just capture the King
- Real-time multiplayer via Cloudflare Durable Objects
- Custom Glicko-2 ELO rating system for fair matchmaking
- Ability to undo moves using action cards
- Card drawing mechanic adds strategic depth
- Built on modern Cloudflare stack for low latency
- Custom engine handles illegal board states gracefully
- JSON-based serialization enables game replays
- Minimal UI with clean, distraction-free interface
- Works entirely in browser - no installation needed
- Feedback/bug report form built into the site
- Strategic depth despite simple rules
- Track opponent card sets for anticipation
- Action cards allow skip turns and rule bending
Monochess cons
- Very new game with limited player base
- No mobile app - browser only
- Requires understanding of coordinate system
- Custom mechanics not transferable to regular chess
- No AI opponent mentioned - multiplayer only
- Limited documentation outside the site
- No tournament mode visible on site
- Dependent on Cloudflare infrastructure uptime
- No voice/chat communication feature
- Action card combos may be unbalanced or broken
Frequently asked questions about Monochess
How do I start playing MonoChess?
Simply visit https://monochess.pages.dev in your web browser. No registration or installation is required - you can start playing immediately. If you know how coordinates work, you already know 90% of the game. You'll be playing like a pro in under 2 minutes.
What is the objective of MonoChess?
The objective is to corner the opposing King and capture him directly on the grid to claim victory. Unlike traditional chess, there are no complex checkmate rules - you win by directly capturing the opponent's King.
How do action cards work in MonoChess?
Each turn you are given a hand of action cards. Your hand completely dictates valid movement rules, coordinate directions, and placement parameters. You choose which card to play to maneuver your pieces, undo moves, and draw additional cards. Movement and placement are completely governed by cards rather than traditional chess movement patterns.
Can I undo moves in MonoChess?
Yes, action cards allow you to undo moves. The custom engine handles concepts like rolling back a completed move, which is one of the rule-bending features that distinguishes MonoChess from traditional chess.
Is MonoChess free or do I need to pay?
MonoChess is completely free to play. The developer states 'It's free to play here' with no mention of paid tiers, subscriptions, or in-app purchases. All features including multiplayer, ELO tracking, and game replays are available at no cost.
How does the rating system work?
MonoChess uses a custom Glicko-2 rating implementation for ELO tracking. Glicko-2 is an improved rating system over traditional ELO that models both a player's estimated strength and the uncertainty in that estimate. It tracks rating, rating deviation (uncertainty), and volatility to provide fair matchmaking.
Do I need to create an account to play?
No, you can play without creating an account. However, creating an account allows you to track your ELO rating via the Glicko-2 system and have your game records stored in the D1 database for history and replays.
How is MonoChess different from regular chess?
MonoChess replaces traditional chess movement patterns with action cards that govern all movement and placement. There are no complex checkmate rules - you win by directly capturing the King. The game uses coordinate-based mechanics instead of piece-specific movement rules, and includes action cards for undoing moves, skipping turns, and drawing cards.
Can I play against a computer AI?
Based on the website information, MonoChess focuses on real-time multiplayer via Cloudflare Durable Objects. There is no mention of an AI opponent on the site. The game emphasizes multiplayer matchmaking with ELO-based pairing.
How do I report bugs or give feedback?
There is a feedback/bug report form built directly into the site. Submissions write to Cloudflare KV storage, and a worker runs to email the feedback to the developer. The developer actively encourages players to share thoughts or report any broken card/move combos they discover.