Skip to content

adhish70/Minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mazerunner

Files involved

main.py

  • The primary file for the project. Make sure you run this file for the desired output.

gui.py

  • Code to generate the maze and take input from the user (front end).

find_neighbours.py

  • Code to find neighbouring cells and return them as a list.

minesweeper.py

  • Code to sequentially decide what cells to check, and use the resulting information to direct future action.

Technical Details

Programming Language: Python 3
Requirements: tkinter, numpy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages