Tiny Tactics compresses a turn-based board challenge into a small grid. The player moves one tile at a time, both patrols respond after every valid step, and a new beacon appears after each capture. The board is intentionally compact so the player can inspect the complete situation before committing to a move.
Every move advances the system
There is no real-time countdown. The patrols wait until the player makes a valid move, which turns speed into a personal choice rather than a requirement. The important question is not how quickly a direction is pressed, but where every piece will stand after that direction resolves.
This creates a simple planning habit: inspect the destination tile, predict the patrol response, then check whether the next move still has more than one safe option. A route that reaches the current beacon can still be weak when it leaves the player trapped against an edge.
Patrol behavior should be learnable
The patrols follow consistent movement rules. They are threats, but they are also information. After a few turns, the player can recognize how each patrol crosses the grid and use that knowledge to choose safer lanes.
Readable rules are especially important in a short strategy game. A loss should encourage a revised plan instead of feeling like an unseen random event. The board therefore emphasizes current positions and keeps the number of moving pieces limited enough to follow without a separate tactical interface.
Objectives change the route
Capturing a beacon adds a point and places another objective elsewhere. The changing target prevents one memorized path from solving every session. It also creates a tradeoff between the direct route and the route that preserves escape space.
An isolated beacon may be worth collecting early because the board can become harder to cross later. A nearby beacon can still be dangerous when both patrols are converging on the same side. The player is encouraged to evaluate the shape of the next two turns, not only the shortest distance shown on the current turn.
A practical planning method
Before pressing a direction, name three things: the intended destination, the next patrol positions, and the available escape tile after that. This quick check reduces accidental moves and makes patterns easier to remember.
Near the center of the board, preserve at least two possible exits. Near an edge, avoid entering a lane unless the patrol response is already clear. When two routes seem equally safe, choose the one that keeps more open tiles between the player and both patrols.
Tiny Tactics is not designed to reward rapid input. It rewards a repeatable cycle of observation, prediction, and movement. That cycle is small enough for a quick browser session, while the changing beacon positions give each run a different sequence of decisions.