Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 509 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 509 Bytes

Switches Puzzle

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.

Installation

  1. Clone the repo: git clone https://github.com/Dana94/switches-puzzle.git
  2. cd switches-puzzle
  3. yarn
  4. yarn start to start a local dev server at http://localhost:3000

Notes

This project was bootstrapped with Create React App.