Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 775 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 775 Bytes

React Lights Out

Link to the game:

Play me!

Decription:

This is another assignment from Springboard's SWE track. The player's objective is to successfully turn off all the lit cells. Here is an Wikipedia article going into depth

JavaScript Library used:

  • React

Setup & Running

Created with Create React App.

  1. Clone this repository

  2. Use the NPM scripts

    • Install the dependencies

      npm i 
    • Running in development mode

      npm run start
    • Create production build

      npm run build