No description
Find a file
Loïc Pottier 749865f4d7 readmde
2024-02-22 14:50:32 +01:00
sounds sound effects / music 2024-02-12 19:28:04 +01:00
.gitignore Initial commit 2024-01-25 14:34:15 +01:00
cell.py discover / flag on click 2024-02-10 02:43:53 +01:00
constants.py keyboard inputs 2024-02-14 15:11:58 +01:00
main.py fix ctrl 2024-02-16 14:34:00 +01:00
map.py fix recursivity bug with alrge board 2024-02-13 03:48:04 +01:00
README.md readmde 2024-02-22 14:50:32 +01:00
solver.py basic solver logic 2024-02-13 03:27:06 +01:00
tileset.png flashing bombs on loose + reset with space 2024-02-12 16:55:15 +01:00

Deminator

Deminator is a minesweeper clone written in python using the pygame library.

It provides an AI solver that can solve the game for you.

Installation

  1. Clone this repository:
git clone https://github.com/Lucccyo/deminator.git
cd deminator
  1. Install the required dependencies:
pip install pygame

Usage

Run the main script and enjoy (turn the sound on for the full experience!):

py main.py