Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinesweeper icon

pinesweeper

Minesweeper reimagined in pygame: forests instead of minefields. Pinecone mines, glossy Win7-style tiles, five swappable color themes, three difficulties, and best-time tracking. No install — download the Windows .exe and go.


Pinesweeper themes

Download

Grab the latest Pinesweeper-win64.zip from the Releases page, unzip, and run Pinesweeper.exe — no Python needed. Your stats and theme are saved in stats.json next to the exe.

Run from source

pip install pygame
python main.py

Build the release

pip install pyinstaller pillow
python build.py

Controls

  • Left-click reveals, right-click flags
  • Double-click a number to chord-reveal neighbors
  • R resets the current board
  • B / I / E switch difficulty (Beginner 9×9/10, Intermediate 16×16/40, Expert 16×30/99)
  • S or click the W-L line to toggle stats overlay

Wins/losses and your chosen theme are stored per-difficulty in stats.json (gitignored).

Themes

Switch via Options → Theme. Your selection persists across sessions.

Pine Classic
Pine Classic
Dark Coastal
Dark Coastal
Deep Ocean
Deep Ocean

About

Forest-themed Minesweeper built with pygame. Cross-theme, standalone Windows build available.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages