A new kind of card game.
Step to getting involved:
- 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.
- Clone your fork, by running the following command in git bash (username is your username for github) git clone git@github.com:username/RPGTCG.git
- Create a Remote for the upstream repository: git remote add upstream git://github.com/MagnusVortex/RPGTCG.git