Skip to main content

Questions tagged [lights-out]

A type of puzzle typically involving a grid of lights, in which the challenge is to get them all to the same state (on or off). The trick is that each light also affects a number of its neighbors, with sides and corners affecting fewer.

6 votes
4 answers
904 views

Flip counters in a grid so that they alternate in color

Beginner puzzle This puzzle is intended to be suitable for people who are new to puzzle solving. Clarification: Both experienced solvers and new solvers are welcome to post solutions to this puzzle. ...
Will.Octagon.Gibson's user avatar
9 votes
3 answers
940 views

Minimum number of flips needed to fully set a binary string

Source: My school teacher, it was just given as a problem statement. Problem: You are given a binary sequence $S$ of up to $10^6$ bits. You wish to set all the bits in the string to $1$, but the catch ...
user88178's user avatar
  • 103
2 votes
0 answers
89 views

An array of light-bulbs [duplicate]

There is a grid of 2024 by 2024 light-bulbs. Initially, all bulbs are off. You can switch the state of all 2024 bulbs in a row simultaneously, or all 2024 bulbs in a column simultaneously, and do this ...
Erel Segal-Halevi's user avatar
10 votes
1 answer
1k views

How do I determine whether a 5x5 Lights-Out puzzle is solvable without trying to solve it?

The following two 5x5 Lights-Out puzzles are not solvable. Is there a way to find out why, without trying to solve them? [1, 0, 0, 1, 0] [1, 1, 1, 1, 0] [1, 1, 1, 0, 0] [0, 0, 1, 0, 0] [1, ...
Apostolos's user avatar
  • 201
12 votes
4 answers
2k views

Prime lights out

You start with a 4x4 grid filled with zeroes. If you press a cell then the cell and all its neighboring (horizontally and vertically) cells will have their numbers increased by 1. What is the most ...
Dmitry Kamenetsky's user avatar
3 votes
2 answers
2k views

Deemo II Candle Puzzle

I have come across an interesting candle puzzle when playing Deemo II. The puzzle has 8 candles with 2 states: on(○) and off(●). Initial State All candles are off: ● ● ● ● ● ● ● ● Allowed Operation ...
Jeffrey C's user avatar
  • 133
1 vote
1 answer
1k views

What's that puzzle where multiple levers change the locks' states on one door?

I have seen this one a few times in videogames and elsewhere, but I don't remember where. You have to open one door that has several locks on it. You have a bunch of levers that when moved change the ...
Pastille's user avatar
7 votes
1 answer
1k views

Name and solution of puzzle to rotate all arrows to same direction

In this puzzle, when you click an arrow, all arrows immediately next to it (diagonally included), as well as the arrow you clicked itself rotate 90 degrees. The goal is to get all the of arrows to ...
Samuel's user avatar
  • 71
6 votes
4 answers
464 views

How to get the least number of flips to a plastic chips to get a certain figure?

The puzzle is as follows: (Transcription with grammar errors fixed) A game consists of the following: The challenge is to flip the chips in such a way so that they are as in state 2. You start in ...
Chris Steinbeck Bell's user avatar
5 votes
2 answers
234 views

Maximising the number of lit lightbulbs through row-column toggling

You have an $n\times n$ grid, with each cell containing a lightbulb. On a move, you may select a lightbulb, and toggle the state of that lightbulb, and all other lightbulbs sharing a row or column. ...
user591814's user avatar
3 votes
1 answer
305 views

The combinational switching lights

You have probably encountered the mini puzzle in various games where you have a set of switches and a set of lights (or other triggers), such that each switch "flips" the states of one or ...
iBug's user avatar
  • 3,166
6 votes
3 answers
1k views

Flipping coins in a circle

We have a set of N coins that are all placed in a circle. They all have "Tails" as their face up side. The coins are all distinct and have numbers (1,2,3...N) written on them. In each move, ...
Hemant Agarwal's user avatar
5 votes
2 answers
181 views

Highest n where an equal number in all cells is (im)possible

Inspired by Board with all 2020s : Zeroes are written in all cells of a n×n board. We can take an arbitrary cell and increase by 1 the number in this cell and all cells having a common side with it. ...
Retudin's user avatar
  • 9,366
6 votes
3 answers
398 views

Different numbers in all cells of a 4x4 board

This is a harder version of this puzzle: Different numbers in all cells of a 3x3 board Zeroes are written in all cells of a 4×4 board. Pressing a cell increases by 1 the number in this cell and all ...
Dmitry Kamenetsky's user avatar
6 votes
2 answers
483 views

Different numbers in all cells of a 3x3 board

This puzzle is inspired by this one: Board with all 2020s Zeroes are written in all cells of a 3×3 board. Pressing a cell increases by 1 the number in this cell and all cells having a common side with ...
Dmitry Kamenetsky's user avatar
18 votes
5 answers
1k views

Board with all 2020s

Zeroes are written in all cells of a $5 \times 5$ board. We can take an arbitrary cell and increase by 1 the number in this cell and all cells having a common side with it. Is it possible to obtain ...
nonuser's user avatar
  • 890
5 votes
3 answers
870 views

Will you be the first to get free?

It is your first day in prison and you are approached by a guard having a hunch for puzzles. He tells you that he gives every new prisoner the chance to be freed if they can present him with a version ...
Léreau's user avatar
  • 311
4 votes
2 answers
283 views

A generalization of the lights-out problem

Look here for the original problem. Let the set $J$ be the set of pairs of positive integers $(m,n)$ with $m\ge n$. Suppose $(m,n)\in J$. Then there are $m$ lights, which they are initially off. ...
Culver Kwan's user avatar
  • 6,229
2 votes
2 answers
443 views

What's the name of this kind of puzzle? [closed]

Link to a video of a the puzzle What is this puzzle called, and if possible, what is the logic behind it? Clicking a square inverts the state of the square and the ones directly adjacent to it, and ...
Questwalker's user avatar
24 votes
3 answers
4k views

Is there any easy way to solve this lock puzzle?

https://js13kgames.com/games/lock-puzzle/index.html The link provides an online puzzle game of $16$ tiles in the form of a $4 \times 4$ matrix of which some entries are in the form of vertical tiles ...
math maniac.'s user avatar
3 votes
1 answer
172 views

Fill 5 x 5 grid

In each cell of a 5 × 5 square there is a token that is black on one side and white on the other. Initially all tokens are placed with the white side facing up. On each move three tokens in ...
user avatar
4 votes
2 answers
2k views

I am struggling with a complex version of the "lights out" puzzle

Hello my fellow puzzlers. I am new to this holy land so if my question is not the kind you people like to solve, I apologize. As some of you may know, there is a puzzle named: "lights out" based on a ...
Puzzlees's user avatar
  • 756
1 vote
1 answer
581 views

Which Lightbulb belongs to the switch [duplicate]

There is an old house with an upstairs room and a downstairs room. the upstairs room contains 3 light bulbs and the downstairs room contains 3 switches. Each switch is connected to one light bulb. A ...
rvh's user avatar
  • 21
5 votes
3 answers
2k views

Strategy for Modified Lights out

A friend of mine showed me a variation of lights out that they were interested in, and asked me if it would be possible to solve any given empty grid. This variation involves toggling not just the ...
micsthepick's user avatar
  • 3,731
4 votes
2 answers
385 views

Is a game of Knight's out possible?

In lights out, there is a grid of cells (called lights) that can assume two states. All lights start off. You can toggle a given light, and it will automatically toggle its four neighbours. The aim of ...
micsthepick's user avatar
  • 3,731
2 votes
1 answer
6k views

Grid based color changing puzzle

I am trying to identify the minigame used in the game Fontanero (the code for it is here). It consists of a 3x3 grid of squares, and each square is red or green. You can click on a square to invert ...
SAT's user avatar
  • 47
11 votes
2 answers
952 views

Turn on all squares

Take a square grid of size $a\times b$, with all squares being off. You can tap a square, to reverse the state of that square and all squares located in the same column and row as the tapped square. ...
Vepir's user avatar
  • 2,968
7 votes
6 answers
1k views

Counter Flipping

A counter flip game is played in the following way: In each move, you can flip an entire row or column Flipping a row or column inverts all the counters on that row or column from $X$ to $O$ or vice ...
Noah P's user avatar
  • 170
11 votes
1 answer
556 views

Lights out game on a chessboard

Alice and Bob play a game with an 8×8 grid of lights, all initially on. They take turns choosing a light which is on and turning it off, with Alice going first. However, the grid is rigged such that ...
Mike Earnest's user avatar
  • 32.5k
9 votes
2 answers
317 views

Christmas light horror story!

Inspired by stories of strangely behaved Christmas lights here on Puzzling, I feel comfortable now to share my own Christmas light horror story. It all started when I ordered a grid of star lights on ...
TheGreatEscaper's user avatar

15 30 50 per page