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.
git clone
the repositorycd
into thecsweeper
directory./mine.py X Y
to run the game with board size X by Y
WASD
to movespace
to open cellf
to flag