7. Deployment View¶
7.1 Overview¶
The Minesweeper Field Processor is a single compiled binary. There is no deployment infrastructure — the user compiles and runs it locally.
7.2 Deployment Diagram¶
7.3 Build and Run¶
Step |
Command |
|---|---|
Compile |
|
Run with file |
|
Run interactive |
|
No external dependencies, libraries, or runtime environment beyond a standard C++17 compiler.