Description of lights out game can be found on wiki: https://en.wikipedia.org/wiki/Lights_Out_(game)
You can also play the game online here: http://www.logicgamesonline.com/lightsout/
This repository is a solver for lights out game
- python3
- modify source code in the "__main__" section to create your own initial board
- python3 lights_off.py
- Sloppy user interface
- Run time complexity is around O((MN)^3)