Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.
/ 9-sweeper Public archive

Minesweeper with Python and tkinter

Notifications You must be signed in to change notification settings

pwrac/9-sweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 

Repository files navigation

9-SWEEPER

A simple remake of Minesweeper with Python & Tkinter. Mine away the nines!

An excercise of my knowledge with python/tkinter, and my final for CS120 - Intro to Programming class!

Screenshots

Below are screenshots of the game with different inputs on difficulty

Select a difficulty: [0=Easy, 1=Intermediate, 2=Expert, 3=Custom]
>> 0

Screenshot of Easy Setting

Select a difficulty: [0=Easy, 1=Intermediate, 2=Expert, 3=Custom]
>> 1

Screenshot of Intermediate Setting

Select a difficulty: [0=Easy, 1=Intermediate, 2=Expert, 3=Custom]
>> 2

Screenshot of Expert Setting

Select a difficulty: [0=Easy, 1=Intermediate, 2=Expert, 3=Custom]
>> 3
Width:
>> 25
Height:
>> 10
Amount of Bombs:
>> 25

Screenshot of Custom Settings

Select a difficulty: [0=Easy, 1=Intermediate, 2=Expert, 3=Custom]
>> 3
Width:
>> 40
Height:
>> 5
Amount of Bombs:
>> 2

Screenshot of Custom Setting