A puzzle game where your goal is to tap the tiles to flip the light & all ones adjacent in order to turn the entire grid of lights out. Check this Wiki guide for more on the game.
- Randomly generated starting puzzle board for near limitless gameplay.
-
React (JavaScript)
-
Jest
- React Testing Library
-
CSS
Created with [Create React App][cra].
-
Clone this repository
git clone <link> <location>
-
Use the NPM scripts
-
Running in development mode
npm run start
-
Create production build
npm run build
-
Run the tests
npm run test
-