Skip to content

Latest commit

 

History

History
85 lines (54 loc) · 2.1 KB

README.md

File metadata and controls

85 lines (54 loc) · 2.1 KB

Piano-Game-Project

Make piano game completed with adding functionality

Start Contributing


Open Source Love

hacktoberfest22

Table of Contents

  1. Game
  2. HTML
  3. CSS
  4. JavaScript
  5. functionality
  6. Pull Requests
  7. Design

Getting Started

For the quick start, you can follow the steps below:

  1. Star this repository.
  2. Fork this repository.
  3. Clone the forked repository.
git clone [email protected]:mitalrs/Piano-Game-Project.git
  1. Navigate to the project directory.
cd Piano-Game-Project
  1. Create a new branch.
git checkout -b <your_branch_name>

Run the following command to install the required dependencies.

  1. Add a changes was you assigned on to it.

  2. Stage your changes and commit

git add -a

git commit -m "<your_commit_message>"
  1. Push your local commits to the remote repo.
git push -u origin <your_branch_name>
  1. Create a Pull-Request to main.

  2. Wait for merge!!

How to contribute in this repositories?

Use as referance (Arcade mode)