Lights Out Game

A React app modelled off the handheld game from the 90's

The goal of the game is to turn all lights off. Each time a square is clicked all adjacent squares and the one clicked will toggle on or off

Github Repository: Lights Out Game


Development Notes:
  1. The state for each cell toggles between lit and unlit depending on where the player clicks.