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.
- Clone the repo:
git clone https://github.com/Dana94/lights-puzzle.git
cd lights-puzzle
npm install
npm run dev
to start a local dev server athttp://localhost:8080
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
- Styled with Vuetify.