A based on Python3 curses module command line minesweeper game.
Please click this link to see the latest version.
- Use the following command to download the minesweeper game.
git clone https://github.com/QinGuodong1287/minesweeper_cmd
Or download the game manually.
- Run the following commands to start the game.
cd minesweeper_cmd/
python3 minesweeper.py
Or
python3 minesweeper_cmd