Skip to content

MrCookiefries/Lights-Out

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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