Skip to content

Dana94/lights-puzzle

Repository files navigation

Lights Puzzle

A grid game based on the lights puzzles on Khanacademy. You have 3 levels of difficulty to choose from.

The game can be solely accessed through the keyboard alone.

Installation

  1. Clone the repo: git clone https://github.com/Dana94/lights-puzzle.git
  2. cd lights-puzzle
  3. npm install
  4. npm run dev to start a local dev server at http://localhost:8080

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Notes