Skip to content

My attempt to make minesweeper, an AI to play it, and learn python

Notifications You must be signed in to change notification settings

FuzzAU/MinesweeperBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinesweeperBot

This is my attempt at making a minesweeper game, and a bot that can play assist in playing it.

Dependancies

The game can be played via a PyGame interface, or PySide. See their website for installation instuctions.

PyGame

On Ubuntu based systems you can install PyGame with:

sudo apt-get install python-pygame

Playing

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

PySide

On Ubuntu based systems you can install PySide with:

Shell sudo apt-get install python-pyside

About

My attempt to make minesweeper, an AI to play it, and learn python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages