Lights Out

The Lights Out game is a logic puzzle game in which the player must turn off all of the lights on a grid by clicking on them. When a light is clicked, it and its four adjacent lights are toggled (turned on if they are off, and off if they are on). The goal of the game is to turn off all of the lights in as few clicks as possible.

Lights Out

Introduction

This is a simple react implementation of a popular board game, the project utlizes a library called
for smooth animations. The player has 50 turns to turn all the lights on else the game ends.