This is a simple, fast-paced two-player game built using HTML, CSS, and JavaScript. The goal is to see which player can reach the winning score the fastest.
- 🏆 Two-player mode: Both players compete to react faster and react to the goal.
- 🎯 Customizable Winning Score: Players can set and reset the winning score at any time.
- 🔊 Sound Effects: Enjoy typing, clicking, and clapping sound effects for a more engaging experience.
- 💻 Responsive Design: The game is optimized for all devices – from desktops to smartphones.
- ♻️ Reset Functionality: Reset scores and values for a fresh start anytime.
- HTML5 for structuring the page.
- CSS3 for designing a responsive layout.
- JavaScript (ES6) for game logic and interactivity.
A live demo can be found here
- Clone the repository:
git clone https://github.com/Abdur-Rahman-Apu/Lucky-Player.git
- Open index.html in your browser to play the game.
- Set the winning score.
- Players click their respective buttons as fast as possible.
- The first player to match the winning score is declared the winner with a celebratory sound effect.
This project was created as part of the JavaScript Ninja Bootcamp.