Dana94 / lights-puzzle

A grid game with 3 levels of difficulty.

Home Page:https://kind-kilby-d6c11a.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A grid game with 3 levels of difficulty.

https://kind-kilby-d6c11a.netlify.com/


Languages

Language:Vue 56.3%Language:JavaScript 40.9%Language:HTML 1.7%Language:SCSS 1.1%