Expand description
§Termsweeper
A minimal terminal-based Minesweeper game written in Rust, using crossterm for cross-platform terminal UI.
§Features
- Classic Minesweeper gameplay
- Mouse controls
- Multiple difficulty levels and custom boards
- Colorful terminal UI
§Usage
See the README for instructions on running the game as an application.
§Modules
game_logic- Core game logic and board statemenu- Menu system and event handlingtimer- Simple timer for tracking game durationtui- Terminal UI renderingtypes- Common types and configuration
Modules§
- game_
logic - Core game logic and board state.
- menu
- Menu system and event handling.
- timer
- Simple timer for tracking game duration.
- tui
- Terminal UI rendering. Terminal UI rendering and setup for Termsweeper.
- types
- Common types and configuration.