Built With | About | How to play | How to Contribute | Author
Lights Out is a game that consists of a 5 by 5 grid of lights. When the game starts, a random number or a stored pattern of these lights is switched on. Pressing any of the lights will toggle it and the adjacent lights. The goal of the puzzle is to switch all the lights off, preferably in as few button presses as possible.
- Clone the project:
git clone https://github.com/Lukazovic/lights-out-react-app.git
; - Go to the project folder:
cd lights-out-react-app
; - Download the dependencies:
npm install
; - Start the application:
npm start
.
It will open a browser page (if it doesn't, go to http://localhost:3000). Then you can start playing. Good luck!
- Fork this repository;
- Create your branch with your feature:
git checkout -b my-feature
; - Commit your feature:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin my-feature
.
Then merge your pull request, you can now delete your branch
Lucas Vieira |