Thread: Snap Card Game

  1. #1
    Registered User
    Join Date
    Feb 2016
    Posts
    8

    Snap Card Game

    Anyone got Snap Card Game code in C programming? I need it as reference. It would be much thanks if you could help me.

  2. #2
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    Quote Originally Posted by ressenjack View Post
    Anyone got Snap Card Game code in C programming? I need it as reference. It would be much thanks if you could help me.
    It is unlikely that anyone will post a complete program, if anyone even has code for this.

    Why not try writing it yourself?

  3. #3
    Registered User
    Join Date
    Feb 2016
    Posts
    8
    Quote Originally Posted by Matticus View Post
    It is unlikely that anyone will post a complete program, if anyone even has code for this.

    Why not try writing it yourself?
    I'm trying to start but i don't know how to start it

  4. #4
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    Quote Originally Posted by ressenjack View Post
    I'm trying to start but i don't know how to start it
    First, make sure you understand how the game works.

    Then come up with some logic "on paper" (i.e. plan the logic before you start writing any code). Basically, break down a game into discrete little steps. Once you have a list of steps, you can use it to start developing your code. Having the logic figured out ahead of time should make the answer to "where do I start" pretty clear.

    When you start writing code, write just a little bit at a time, compile, and test. Build your program up gradually, testing as you go. See here: A development process

    If at any point you get stuck, post your progress (using code tags for any code) along with an explanation of what you're stuck on.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. War card game
    By bigzcoder in forum C Programming
    Replies: 3
    Last Post: 04-19-2012, 09:38 PM
  2. Need help with Snap card game loop.
    By Kuroneko in forum C Programming
    Replies: 2
    Last Post: 04-03-2011, 09:54 AM
  3. Card game war
    By Dr Saucie in forum C Programming
    Replies: 3
    Last Post: 02-11-2010, 11:25 PM
  4. Card game help
    By aaroroge in forum Game Programming
    Replies: 9
    Last Post: 07-16-2005, 06:37 PM
  5. card game
    By rugger78 in forum C++ Programming
    Replies: 4
    Last Post: 12-07-2004, 04:50 PM

Tags for this Thread