A new kind of card game.
Step to getting involved: Install OCTGN, Set up Git, Create a fork, Make changes, Pull Request
Github Directions:
-
Create a Github account
-
Download and install git. http://help.github.com/win-set-up-git/
-
Fork this project by clicking the "Fork" button towards the top of the screen.
-
Create a local directory to contain the project, such as Documents/RPGTCG/, and within git bash navigate to that directory. cd Documents/ cd RPGTCG
-
Clone your fork, by running the following command in git bash (username is your username for github) git clone [email protected]:username/RPGTCG.git
-
Create a Remote for the upstream repository: git remote add upstream git://github.com/MagnusVortex/RPGTCG.git
-
Make changes to the repository
-
Push those changes to your github repository
-
Send a Pull Request to merge your changes in
OCTGN Directions:
-
Download and Install the latest version of OCTGN 3.x
-
After finishing step 5 above, zip the contents of the GameDef folder and the SetDef Folder (2 seperate zips). These zip files should install directly into OCTGN.
-
As an alternative, grab the OCTGN 2 Game Editor from the downloads page, and open up the Gamedef folder, then export it. This will automatically zip everything together. Repeat for the SetDef