Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amankumarsinhagithub/play-drum-kit

A simple drum play game
https://github.com/amankumarsinhagithub/play-drum-kit

drumkit game html-css-javascript

Last synced: about 1 month ago
JSON representation

A simple drum play game

Awesome Lists containing this project

README

        

# Play-Drum-Kit

## [Click Here to Play the Game](https://amankumarsinhagithub.github.io/Play-Drum-Kit/)

This is a simple drum kit web application that allows users to play drum sounds either by clicking on the buttons displayed on the screen or by using the corresponding keyboard keys.

## Getting Started

1. **Clone the Repository:**
```bash
git clone https://github.com/AmanKumarSinhaGitHub/Play-Drum-Kit.git
```

2. **Open the HTML File:**
Open the `index.html` file in your preferred web browser.

3. **Play the Drums:**
- Click on the drum buttons displayed on the screen.
- Alternatively, use the keyboard keys (w, a, s, d, j, k, l) to trigger drum sounds.

## File Structure

- **index.html:** Main HTML file for the drum kit.
- **styles.css:** CSS file for styling the drum kit.
- **script.js:** JavaScript file containing the functionality of the drum kit.
- **sounds/:** Folder containing audio files for different drum sounds.
- **images/:** Folder containing images used in the project.

## Thank You