Skip to content

Dana94/switches-puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.