New York Times Connections Game clone
- Shuffle the tiles at the start of the game
- Add the right colors to the matched tiles
- Implement a submit button to submit 4 selected tiles for validation
- Implement a shuffle button to shuffle the remaining tiles
- Implement deselect button to deselect the selected tiles
- If 3/4 tiles selected are matching, keep those tiles selected and display hint that the user is '1 tile away'
- Display and update the lives status
- Show the correct matches after the user has lost
- Provide option to move on to another game with different tiles after completing the current game
- Add animation for tile matching
- Add animation for selecting wrong group of tiles
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Runs ESLint.
Fixes ESLint errors that can be fixed automatically.