Mini_Python_Projects icon indicating copy to clipboard operation
Mini_Python_Projects copied to clipboard

Add CLI-Minesweeper Game

Open Sarthacker opened this issue 2 months ago • 0 comments

Overview

A CLI-based Minesweeper Game, where users have custom boards and random mines just like the classic minesweeper game in the windows, but now in the terminal.

Features

  • Playable entirely in the terminal/CLI
  • Custom board size and number of mines
  • Reveal and flag the cells
  • Win and lose detection
  • Colorful display using Colorama:
    • Mines and flags shown with seperate representations
    • Revealed numbers with distinct colors
    • Cleared empty cells shown as squares (□)
  • Clear and readable grid layout

I can create this project, please assign this to me!! :)

Sarthacker avatar Oct 25 '25 16:10 Sarthacker