β¨
AI playing Minesweeper
Minesweeper is a single-player puzzle video game. The objective of the game is to clear a rectangular board containing hidden "mines" or bombs without detonating any of them, with help from clues about the number of neighboring mines in each field.
Running Minesweeper
- Make sure Python 3.6+ is installed.
- Install Flask Web Framework.
- Install requirements
$ pip install requirements.txt
- Running the program:
$ git clone https://github.com/krvaibhaw/minesweeper.git
$ cd minesweeper
$ python runner.py
Feel free to follow along the code provided along with mentioned comments for
better understanding of the project, if any issues feel free to reach me out.
Contributing
Contributions are welcome!
Please feel free to submit a Pull Request.