Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdur-rahman-apu/lucky-player
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.
https://github.com/abdur-rahman-apu/lucky-player
css3 dom-manipulation game-javascript html5 javascript lucky-game responsive-design sound-effect
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/abdur-rahman-apu/lucky-player
- Owner: Abdur-Rahman-Apu
- Created: 2024-09-08T16:11:03.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T01:19:01.000Z (3 months ago)
- Last Synced: 2024-09-10T04:52:58.142Z (3 months ago)
- Topics: css3, dom-manipulation, game-javascript, html5, javascript, lucky-game, responsive-design, sound-effect
- Language: JavaScript
- Homepage: https://abdur-rahman-apu.github.io/Lucky-Player/
- Size: 392 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🥳 Lucky Player
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.
## 🌟 Features
- 🏆 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.## Screenshots
![Home page](./screenshots/home.png)
## Tech Stack
- HTML5 for structuring the page.
- CSS3 for designing a responsive layout.
- JavaScript (ES6) for game logic and interactivity.## Demo Link
A live demo can be found [here](https://abdur-rahman-apu.github.io/Lucky-Player/)
## Installation
1. Clone the repository:
```bash
git clone https://github.com/Abdur-Rahman-Apu/Lucky-Player.git
```2. Open index.html in your browser to play the game.
## How to Play
1. Set the winning score.
2. Players click their respective buttons as fast as possible.
3. The first player to match the winning score is declared the winner with a celebratory sound effect.## Credits
This project was created as part of the [JavaScript Ninja Bootcamp](https://webdeveloperbd.net/js-bootcamp/).