Skip to content

Guzzler/ChessKabaddi

Repository files navigation

ChessKabaddi

Game built in Java with Libgdx

NOTE: Make sure you have all the dependencies installed namely libgdx, Intellij Idea etc.

How to run?

  • To clone the repo git clone git@github.com:Guzzler/ChessKabaddi.git

Git Workflow

  • We will be pushing to seperate branches and merging pull requests by reviewing each others code.
  • Create a new branch locally by running git checkout -b <branch name>
  • After changes are added and committed (please use proper commit messages) git commit -m "<message>" run git push origin <branch name>
  • This will create a remote branch on the repository. Go to the repository and create a new pull request.
  • Assign the other two contributors as reviewers and make sure you push your pull request to the 'devel' branch.
  • May the code be with you !

About

Game built in Java with Libgdx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages