This project is a pattern recognition game developed using HTML, CSS, and JavaScript. The game records previous patterns selected by the player and increments a count when the same pattern is selected again. The game restarts once the pattern is broken.
- Interactive gameplay where players select patterns.
- Records and displays previous patterns selected by the player.
- Counts the number of times the same pattern is selected consecutively.
- Game restarts once the pattern is broken.
- HTML
- CSS
- JavaScript
- Open the
index.html
file in a web browser. - Click on the pattern you want to select.
- The game will record your selection and display it.
- Continue selecting patterns to see the count increase for consecutive selections.
- The game will restart once a different pattern is selected, breaking the consecutive pattern.
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.