Home Contact Me Tutorials

Lights Out Solver

Contents

Introduction

On this page you will find Darkness, a solver for the electronic puzzle game Lights Out. Given a valid puzzle, Darkness will find the minimal number of lights to press in order to turn them all off.

Screenshots

The following picture shows a puzzle entered into Darkness. The white squares represent lights that are on and the black squares represent lights that are off. Squares with a green circle in them are ones you should press (in any order) to solve your puzzle.

darkness.png

Binaries and Source Code

Darkness was created using C++ and MinGW. The source code comes with the binary and is licensed under the MIT license.

Links