This is my attempt at making a minesweeper game, and a bot that can play assist in playing it.
The game can be played via a PyGame interface, or PySide. See their website for installation instuctions.
On Ubuntu based systems you can install PyGame with:
sudo apt-get install python-pygame
You can start the game by running
./MineBot-Pygame
- Click the square to reveal it.
- Right click a square to mark it as a bomb
Press 's' to get the bot to play the next move for you
On Ubuntu based systems you can install PySide with:
Shell sudo apt-get install python-pyside