Skip to content

hborrelli1/lights-out

Repository files navigation

Description

This project was bootstrapped with Create React App. Lights out is a grid-based puzzle where each cell has two states: on/off. Clicking on a cell swaps the state and all adjacent cells as well. The goal of the game is turn off all the lights in the least amount of moves.

Technologies Used

  • JavaScript
  • React
  • React Testing Library
  • Jest

Requirements

  • Node v16

Instructions

  • Fork or clone the repo.
  • Run npm install.
  • Run npm run start to run the app locally.
  • To run tests, run npm test.

Future Iterations

  • Add Integration Tests
  • Add game timer.

Screenshots

Game Screen Winning Screen

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published