any tips for a beginner?

If you have a question about the git repository and the code, or if you have code to propose then please post in this forum.
Do not post request here.
Locked
Zethfox
Posts: 3029
Joined: Thu Jun 10, 2010 11:28 pm

any tips for a beginner?

Post by Zethfox »

what would be a good place to start trying to figure out coding in wagic...unfortunately theres no neat guide like the card coding guide to point me in the right direction....where did you guys start with coding?
wololo
Site Admin
Posts: 3728
Joined: Wed Oct 15, 2008 12:42 am
Location: Japan

Re: any tips for a beginner?

Post by wololo »

Cards are usually the most "fun" part. You can find the code for cards in MTGAbility.cpp and AllAbilities.h

The first step is to make sure you can compile the game, by the way ;)
Zethfox
Posts: 3029
Joined: Thu Jun 10, 2010 11:28 pm

Re: any tips for a beginner?

Post by Zethfox »

wololo wrote:Cards are usually the most "fun" part. You can find the code for cards in MTGAbility.cpp and AllAbilities.h

The first step is to make sure you can compile the game, by the way ;)
it will compile lol, next step learn C++, i decided to try and learn so i can try making some abilities but after scanning through the codes its easy to see that this might be more then i could handle...i have no c++ experence at all and this all looks like chicken scratchs to me unfortunately.
Locked