Search Unity

duel monsters

Discussion in 'Scripting' started by christadwani, Apr 13, 2013.

  1. christadwani

    christadwani

    Joined:
    Apr 13, 2013
    Posts:
    7
    i wanna make something similar to duel monsters (Yu-Gi-Oh)
    how can i do that?
     
  2. jessee03

    jessee03

    Joined:
    Apr 27, 2011
    Posts:
    729
    First write down on paper exactly what you want the game to be and all the rules, gameplay, ect. Then you are going to want to learn how to program. With some basic programming knowledge you can create the basic setup of the game.
     
  3. christadwani

    christadwani

    Joined:
    Apr 13, 2013
    Posts:
    7
    i know there are hundreds of place i can learn from but if i'm going to make it, could you please recommend something particular.
    see a card game is not something you make everyday in unity.
    i'm really lost, but i'm welling to do whatever it takes
     
  4. jessee03

    jessee03

    Joined:
    Apr 27, 2011
    Posts:
    729
    Just because it's a card game and not many people make them it doesn't mean that it's not too hard to make. I haven't seen any tutorials around covering how to make a card game but once you learn programming you will be able to figure it out.

    The basics would be creating a card class, creating an array of the card class for every card you want in the game, being able to add card from there to a deck and then setup certain rules for whos turn it is, how many cards can be placed, what cards do, ect.

    It actually can get very complex so without any programming knowledge there's not much you can do.
     
    Last edited: Apr 13, 2013
  5. christadwani

    christadwani

    Joined:
    Apr 13, 2013
    Posts:
    7
    i understand that, but, my main question is what is the best place/language to learn for what i need?
     
  6. snortop

    snortop

    Joined:
    Dec 16, 2011
    Posts:
    194
    The is alot of good language like German, Chinese, Spanish, French and Danich. The alle good but take time to learn.

    The is 2 "programming" language in unity.
    Jacascript and C++
     
    Last edited: Apr 14, 2013
  7. jessee03

    jessee03

    Joined:
    Apr 27, 2011
    Posts:
    729
    For a beginner at coding I would recommend learning Javascript first.
     
  8. christadwani

    christadwani

    Joined:
    Apr 13, 2013
    Posts:
    7
    i know this isn't the right place to ask, but since i started it here, where can i find someone to help me until i get good enough to do it on my own
    if you want to teach someone the alphabet you make them write words.
    so i need to work on a project while learning (it also saves time).
     
  9. snortop

    snortop

    Joined:
    Dec 16, 2011
    Posts:
    194
    Didnt know if i wanted to write privat or in here.

    But if you want we can start something together.

    We can always start small.
    And make a new small idear project of a game.
    Maybe just take from something we know of a game, like maybe pacman, tetris or something.
    Maybe add some twist to it.
    You talk about Yo-Gi-OH game, maybe we can make something of that.
    That might be the most interesting for you.

    I also have some project of my own.
    But im at the documentation stage of them.