Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 216 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 216 Bytes

Lazors Game Solver

Requirements

  • numba
  • numpy

Usage

Make a .bff file describing the level you want to solve, and pass the file name into the constructor of a LazorSolver object. See run.py for examples.