Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 542 Bytes

File metadata and controls

25 lines (19 loc) · 542 Bytes

minesweeper_cmd

A based on Python3 curses module command line minesweeper game.

Latest news

Please click this link to see the latest version.

Installation

  1. Use the following command to download the minesweeper game.
git clone https://github.com/QinGuodong1287/minesweeper_cmd

Or download the game manually.

  1. Run the following commands to start the game.
cd minesweeper_cmd/
python3 minesweeper.py

Or

python3 minesweeper_cmd