Minesweeper Field Processor DocumentationΒΆ

The Minesweeper Field Processor kata is a text-based problem that transforms a given minefield into a processed field where each cell contains either a mine (*) or the number of adjacent mines.

The system reads an input grid, applies deterministic processing rules, and outputs a fully annotated field, making it a suitable exercise for practicing TDD/BDD, input/output processing, and modular system design.

This repository provides the official documentation for the kata, generated using Sphinx.

Indices and tablesΒΆ