- Featured In
- Hacktoberfest 2024
- Event Date
- How to Participate?
- Project: Gojirun
- How to Contribute
- Avoid Conflicts {Syncing your fork}
- Contributors
- Forkers
- Share Your Thoughts!
- License
- Acknowledgments
Hacktoberfest is all about celebrating open source, giving back to the community, and growing your coding skills.
Sign up for Hacktoberfest: Head over to the Official Hacktoberfest website and register with your GitHub account before the 30th of October. Start Contributing: Feel free to contribute any quality code as long as it works! You must make sure to keep things organized.
Gojirun is a 2D platformer game inspired by the classic T-Rex run from Chrome. The game is made with SVG assets built in React JS. This project is dedicated to Hacktoberfest 2024 and all its contributors.
Read more: Contributing.md
An easy way to avoid conflicts is to add an 'upstream' for your git repo, as other PRs may be merged while you're working on your branch/fork.
git remote add upstream https://github.com/allanoguis/hacktoberfest-2024 You can verify that the new remote has been added by typing:
git remote -v To pull any new changes from your parent repo, simply run:
git merge upstream/master This will give you any eventual conflicts and allow you to easily solve them in your repo. It's a good idea to use it frequently in between your commits to make sure that your repo is up to date with its parent.
For more information on syncing forks, read this article from GitHub.
A heartfelt thank you to the following individuals for their valuable contributions to this project. Your support and dedication are greatly appreciated:
We’d love to hear your thoughts! If you have any ideas, or feedback, or even just want to let us know how we’re doing, feel free to open an issue or drop us a message. Your feedback is greatly appreciated and helps improve the project!
This project is licensed under the MIT License - see the LICENSE.md file for details.
We will create a section on the website to acknowledge the contributions in the making of Gojirun.