Lights Out Game

Lights Out Game

Lights Out is an old electronic game that consists of a 5x5 grid of lights. Clicking on a cell will toggle it and the adjecent lights around it, the goal is to swith off all the lights.

Project Details

This Project was through following the course The Modern React Bootcamp - By Colt Steele.

A random pattern is generated when the starts.

Renders a board through a 2 dimensional array referring to number of columns and rows of true and false values( True for On, and false for Off ).

Technologies:

  • React
  • CSS

Contact Me.