Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 326 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 326 Bytes

Google OR-Tools Minesweeper implementation

Running locally:

  1. Set up a virtualenv.
  2. Source venv/bin/activate.
  3. Install requirements with pip install -r requirements.txt.

Notes:

  • Environment variables are stored in the .env file and loaded with python-dotenv.
  • A flask application runs locally on port 5000.