Skip to content

TutorExilius/pyMinesweeper

Repository files navigation

pyMinesweeper 2020 - v2.7

Requirments:

Python 3.8 (maybe >3.4) (Created and tested in python 3.8)

Installation:

  1. Install Python if not done: Download from https://www.python.org/downloads/
  2. Install Dependencies:
  • On Windows, just start "Install.bat"

OR:

  • Common way: open a terminal and navigate to root directory of downloaded game (to the directory, where you will find Install.bat) and run in terminal: pip install --user -r requirements.txt

IF PIP IS NOT FOUND: set python to system path! HOW? See description here: https://geek-university.com/python/add-python-to-the-windows-path/

Run:

On Windows: start "Start Minesweeper.bat"

OR - in terminal: Navigate to Games-Root directory (to the directory, where you will find Install.bat) and run in terminal: py -m Minesweeper.main

About

Minesweeper in PyQt developped in python on my live stream on https://twitch.tv/tutorexilius

https://twitch.tv/tutorexilius

Resources

License

Stars

Watchers

Forks

Packages

No packages published