/minesweeper

Проект за курса Програмиране с Python (ФМИ, зимен семестър 2022-2023)

Primary LanguagePython

Minesweeper game

Project for the course Programming with Python 2021-2022

Features

  • CLI for playing
  • GUI for playing
  • Scoreboards with top scores for the GUI version
  • Three classic difficulties for the GUI version

Setup

  1. Install just
  2. Install required packages:
    $ just install
  3. Then you can run the game using:
    $ just gui
    or
    $ just cli
    depending on whether or not you want to use the CLI or the GUI.