ID:697168
 
Keywords: code, duel, system
(See the best response by .screw.)
I want to make a Magic the gathering game but I don't the code can someone help.

Best response
I would suggest reviewing the DM Guide and asking questions as a start. As you get a handle on the language, start looking at various resources that may ease the developmental process.
There are a couple of things I can think of off the top of my head;

First there's the BYOND 'Blue Book'
http://www.byond.com/docs/guide/
At this point it's somewhat outdated and there are definitely better guides.

The more useful thing is to just look directly at the reference;
http://www.byond.com/docs/ref/index.html
If you get to it by opening up Dream Maker and hitting F1, you can search it for stuff and work out how to write certain functions that way.

Nobody will write your game for you; certainly not for free, anyway, but the best way to learn really is by doing something yourself.

Don't start with someone else's 'source code,' - that'll teach you bad practice, is frowned on by the community and doesn't really 'teach' you how to write a game from scratch, just how to copy-paste things you don't understand.
It's not as hard as it may look. I would just advise you to figure out how you're going to handle the field. As we all know, there is no "zone limitation" in MtG, so someone could have OVER NINE THOUSAND monsters and it'll all be joe. Figure out what you're going to do about that part and the rest should be easy.
If you want someone else to make your code for you, go to Classified Ads. Otherwise, learn it yourself with one of the guides posted above.