Skip to content

Console Minesweeper clone for Linux using the Curses module for Python

Notifications You must be signed in to change notification settings

quothbonney/csweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csweeper

csweeper is a lightweight minesweeper clone that runs in any UNIX-based terminal. It is programmed entirely in Python using the curses module, and follows all the same rules as the original PC game.

Download

  • git clone the repository
  • cd into the csweeper directory
  • ./mine.py X Y to run the game with board size X by Y

Keys

  • WASD to move
  • space to open cell
  • f to flag

About

Console Minesweeper clone for Linux using the Curses module for Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages