Skip to content

GDSC-IIIT-Kalyani/Doggo-run

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doggo-run

2D-Infinite Side-Scrolling game Made with vanilla JavaScript

Getting Started

GitHub code size in bytes GitHub commit activity GitHub repo size

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 https://github.com/<your-github-username>/Doggo-run
  1. Navigate to the project directory.
cd Doggo-run
  1. Create a new branch.
git checkout -b <your_branch_name>

Do the following

  1. Open index.html with Live Server

  2. Make your desired contributions

  3. Stage your changes and commit using following commands

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. Congratulations! 🎉 You've made your contribution to Doggo-run.

Contributing

Thank you for your interest in contributing to our Repo! Pull requests are welcome. For fixing typos, please make a PR with your fixes. For other contributions, we suggest you to read our Contribution guidelines to see how you can contribute to this project. We are happy for every contribution.


Issues & Pull Requests

Before making pull requests please look at our contributing guidelines (coming soon). You can start working on the issue which are mentioned in issues section. Just drop a comment before working on the issue. Thank you!

License & Copyright

The code is this repo is licensed under the MIT License. Feel free to use and share it as per the license.

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 74.7%
  • CSS 16.0%
  • HTML 9.3%