The kaijudo game definition for OCTGN
- Create a GitHub user accound, if you haven't done so already.
- Download and install the Github for Windows program (http://windows.github.com/)
- Create a Clone of https://github.com/brine/kaijudo-octgn/
- GitHub for Windows should open and create a local copy of the Kaijudo game definition.
- Right-click the
kaijudo-octgn
repository in GitHub for Windows and select "open in explorer" to fin} the install directory for Kaijudo (it should beDocuments/GitHub/kaijudo-octgn/game
) - Edit the contents of the game definition inside the install directory.
- When you're ready to submit your changes, double-click the
kaijudo-octgn
repository in GitHub for Windows to enter the 'commit history'. - You should see all of your changes/edits show up as 'uncommitted changes'. If everything looks good,
enter a
commit message
and an (optional)extended description
in the yellow box, then clickCOMMIT
- Click the blue
sync
button on the top of the window to upload your changes to the github server. - Your commit will be added to the main repository as a
pull request
which will get approved or denied by the game developers.