No description
Find a file
2026-05-16 19:20:07 +02:00
src fix: cpu going crazy with the game 2026-05-16 19:20:07 +02:00
.gitignore feat: working clearance 2026-05-15 14:37:10 +02:00
CMakeLists.txt feat: working clearance 2026-05-15 14:37:10 +02:00
LICENSE add license 2025-11-26 00:29:33 +01:00
README.md feat: working clearance 2026-05-15 14:37:10 +02:00

cli-minesweeper

Architecture

When something fails and the program needs to terminate, you can catch the error, print it with the helper function common::print_error("");, set runtime::TERMINATE = true; to terminate the input thread and let the program exit.