Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.1 KB

File metadata and controls

43 lines (29 loc) · 1.1 KB

PyGame Minesweeper

Play the classic Minesweeper game with a Python twist! This implementation uses Pygame to bring the familiar challenge to your desktop. Customize the grid size, tackle various difficulty levels, and race against the clock to clear the board without detonating hidden mines. Enjoy an intuitive interface, dynamic difficulty options, and a satisfying winning animation. Clone the repository, install dependencies, and start playing with simple commands. Challenge yourself and share your victories on GitHub! 🎮💣

Getting Started

  1. Clone the repo

    git clone https://github.com/omardoescode/minesweeper
  2. Install prerequisites

    pip install -r requirements.txt

Usage

  • To start the GUI version

    python main.py
  • To start the CLI version

    python main_cli.py

Screenshots

Main Menu Game Running

License

Distributed under the MIT License. See LICENSE.txt for more information.