Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 435 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 435 Bytes

CS50-AI-P1-minesweeper

Second of the two projects for lecture 1 Knowledge to "Artificial Intelligence with Python" Harvard course

The aim of this project to create Minesweeper AI player.

Make sure to install the requirements, before running the project. You can paste the following in your terminal:

pip3 install -r requirements.txt

or install manually the pygame package.

Use this command to start the game:

python3 runner.py