Welcome to the 2DChampion Game Development Repository! This is a public repository where developers can contribute to the development of 2D games that will be featured on the 2DChampion website.
To get started with contributing to the repository, you should first clone the repository to your local machine:
https://github.com/rishibaghel25/2DChampion.git
Once you have cloned the repository, you can create a new branch to work on your changes:
git checkout -b feature/your-feature-name
From there, you can make your changes and commit them to your branch. When you are ready to submit your changes for review, you can create a pull request and the project maintainers will review your changes.
We welcome contributions from developers of all skill levels! If you are new to open source or game development, don't worry – we are here to help. Here are some ways you can contribute:
If you'd like to contribute a 2D game, you can create a new folder for your game within the repository. Your game should be developed using HTML, CSS, and TypeScript, as our website is built on the Angular framework. You can refer to existing games in the repository for inspiration and examples.
Feel free to reach out to us if you have any questions or need assistance with contributing your 2D game. Let's create some amazing games together!