A switches game where you have to turn all the switches to green. 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/switches-puzzle.git
cd switches-puzzle
yarn
yarn start
to start a local dev server athttp://localhost:3000
This project was bootstrapped with Create React App.