deviljin112 / Python-MineSweeper

Python-based Minesweeper game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Minesweeper

Simple Python minesweeper for cmd. Written on Python 3.9.0

Requirements

🐍 Python 3.7+

Pretty Table Module pip install prettytable

Colorama Module pip install colorama

Usage

  • Clone the repo
  • Extract all the files
  • Open CMD
  • CD into your extracted folder
  • python main.py
  • Enjoy

To Do

  • Clean up the code
  • Add Kivy UI system
  • Add custom grid sizes
  • Add custom mine amount
  • Add AI Solver option
  • Add custom colour schemes
  • Add option for random amount of mines

About

Python-based Minesweeper game


Languages

Language:Python 100.0%