KaushikShivam / lights-out

Lights Out is a logic/puzzle game, played on a gird of individual lights, which can either be lit or unlit. The puzzle is won when when all of the lights are turned off.

Home Page:https://lightsoutofficial.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LightsOut - Puzzle Game

Lights Out Lights Out is a logic/puzzle game, played on a gird of individual lights, which can either be lit or unlit. The puzzle is won when when all of the lights are turned off.

GameHub Screenshot

Table of content

Description

Lights Out is a logic/puzzle game, played on a gird of individual lights, which can either be lit or unlit. The puzzle is won when when all of the lights are turned off.

You can click on a cell to toggle that light — but it also toggles the light above it, to the left of it, to the right of it, and below it. (Cells on an edge or in the corner won’t flip as many lights, since they are missing some neighbors).

Installation

  1. Clone the project to your local directory
git clone https://github.com/KaushikShivam/lights-out
  1. The project uses NPM for managing dependencies. Run npm install to install all the required dependencies
npm install
  1. Run the task runner to run the app
npm run start

Contact

You can contact me at:

About

Lights Out is a logic/puzzle game, played on a gird of individual lights, which can either be lit or unlit. The puzzle is won when when all of the lights are turned off.

https://lightsoutofficial.netlify.com/


Languages

Language:JavaScript 68.4%Language:CSS 20.2%Language:HTML 11.4%