Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 941 Bytes

File metadata and controls

54 lines (32 loc) · 941 Bytes

Lights Out

A puzzle game where your goal is to tap the tiles to flip the light & all ones adjacent in order to turn the entire grid of lights out. Check this Wiki guide for more on the game.

Play it here now!

landing page of lights out game

Features

  • Randomly generated starting puzzle board for near limitless gameplay.

Tools & Technology

  • React (JavaScript)

  • Jest

    • React Testing Library
  • CSS

Setup & Running

Created with [Create React App][cra].

  1. Clone this repository

    git clone <link> <location>
  2. Use the NPM scripts

    • Running in development mode

      npm run start
    • Create production build

      npm run build
    • Run the tests

      npm run test