Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 765 Bytes

File metadata and controls

10 lines (10 loc) · 765 Bytes

ENGG1330 Project -- Minesweeper

To run the Python Minesweeper game, follow these steps:

  1. Run the code by double clicking the only python file
  2. The game will start with a title screen displaying different options.
  3. Choose the game mode by entering "1" for classical or "2" for blind mode.
  4. Choose the game difficulty by entering a number from 1 to 5 or 15.
  5. The game board will be displayed, and you can start playing by entering coordinates in the format "xY" or "xY F" to open a block or flag a block respectively.
  6. Continue playing until you win or lose.
  7. When the game is finished, the end screen will be displayed with your result and an option to restart or exit the game.
  8. Enter anything to restart or "q" to exit the game.