Skip to content

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:

1. Getting familiar with git

  • 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

2. Getting familiar with the existing work:

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).

Quick Links

Getting Started

Clone this wiki locally