-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Harsh Raj edited this page Oct 7, 2021
·
5 revisions
Here are the steps that one could follow in order to get started with contributing to this repo:
- Set up SSH key on your github account, clone and push using ssh (not HTTPs)
- Being able to create new branch, and switch across branches via terminal.
- Being able to pull/ fetch changes from remote branches, and merge to local branch.
- Solve merge conflict and commit.
- Switch back to older commits if required, and create a new branch from there.
- Understand and use .gitignore
In order to understand the project, you will have to switch to pre-release branch, and run the game.py
file. You would be expected to have a high level idea about the code (I know the code is poorly written, and is a mess now. We would together work on writing the whole idea from scratch, but following good coding practices this time, and adding more functionalities).