Skip to content

s3bw/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

The classic minesweeper game in python

Setup

python3 -m venv venv
venv/bin/pip install pyxel

Usage

venv/bin/python3 minesweeper.py

Controls

  • Left click — reveal tile
  • Right click — toggle flag
  • R — restart game

Web Export

Build a standalone index.html for GitHub Pages:

venv/bin/pyxel package . minesweeper.py
venv/bin/pyxel app2html minesweeper.pyxapp
mv minesweeper.html index.html

About

💣 The classic minesweeper game in python

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages