Skip to content

Latest commit

 

History

History
88 lines (55 loc) · 4.08 KB

README.md

File metadata and controls

88 lines (55 loc) · 4.08 KB

👾 MINESWEEPER GAME 👾

📜 Table of Contents

📖 About the Project

A minesweeper game written in Python using Tkinter .

  • Features :

    • Various levels of difficulties
    • Ranking of the best times
    • Achievements

Capture

🧰 How to run the game

  • Download the latest release (here)
    • Open "minesweeper.EXE"

( You may receive a warning from windows due to the .EXE type )

  • Only if you want to use the code, you will need :
    • Python 3.12.0
    • PyGame 2.5.2

( You can look for more informations in the Documentation Links )

⚙️ Version History

    • Added a nigth theme

    Capture

    • Changed the cell sizes

    Capture

    • Made the numbers better readable

    Capture

    • Added option to switch between English and French language
    • Added option to mute musics

    Capture Capture

    • Fixed a bug with time saving
    • Added achievements saving
    • Added a new icon to the .EXE

    Capture Capture

    • Initial release

📸 Screens of the game

minesweeper 1

Minesweeper 2

Minesweeper 3

Minesweeper 4

minesweeper 5

📚 Documentation Links

Useful resources and libraries used in the project.