Skip to content

kkkkkom/lights_out

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Lights Out Solver

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

Install

  1. python3

Run

  1. modify source code in the "__main__" section to create your own initial board

Screen Shot 2019-11-17 at 10 26 35 AM

  1. python3 lights_off.py

Showcase

Screen Shot 2019-11-17 at 10 27 07 AM

Screen Shot 2019-11-17 at 10 29 14 AM

Notes

  1. Sloppy user interface
  2. Run time complexity is around O((MN)^3)

About

Solver for lights out game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages