Thread: FF8 Cardgame Deck class

  1. #1
    Registered User IanelarAzure's Avatar
    Join Date
    Sep 2002
    Posts
    7

    Question FF8 Cardgame Deck class

    I am writing code for a remake of the Final Fantasy 8 Triple Triad card game. I am having troubles writing the deck class, figuring out the interlaced logic of streaming the deck into the hand from a file. I need to be able to have the cards be exchanged from player to player after one player wins the game. The cards must go onto the bottom of that players deck, which of course is done with a que. I also need to have a way to compare the cards so that the program knows which number is higher on that side of the card. I have a file with the info as is:


    Monster A
    2 3 4 5

    Monster B
    1 1 1 3

    with the card info as is:
    Left-2 or 1
    Up-3 or 1
    Right-4 or 1
    Bottom-5 or 3

    For an explanation of the rules of the game, go here:
    http://www.geocities.com/lunaticpand.../howtoplay.htm

  2. #2
    Cheesy Poofs! PJYelton's Avatar
    Join Date
    Sep 2002
    Location
    Boulder
    Posts
    1,728
    Without seeing what you have written so far, it is impossible to really help. Post your code so far and a specific question.

  3. #3
    'AlHamdulillah
    Join Date
    Feb 2003
    Posts
    790
    and to mention something else....name it something other than FF8 if you dont want to get sued for copyright infringement.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Getting an error with OpenGL: collect2: ld returned 1 exit status
    By Lorgon Jortle in forum C++ Programming
    Replies: 6
    Last Post: 05-08-2009, 08:18 PM
  2. Question about engine design.
    By Shamino in forum Game Programming
    Replies: 9
    Last Post: 01-29-2008, 10:53 AM
  3. deriving classes
    By l2u in forum C++ Programming
    Replies: 12
    Last Post: 01-15-2007, 05:01 PM
  4. Problem with deck class.
    By SlyMaelstrom in forum C++ Programming
    Replies: 3
    Last Post: 12-13-2005, 06:00 PM