Search:

Type: Posts; User: Taliesin

Search: Search took 0.34 seconds.

  1. Replies
    17
    Views
    3,612

    Re: Programming a Card Game (noob questions)

    Yes, I was already persuaded by a friend to create the game first, the GUI later. I was just trying to think ahead, but I got enough obstacles as it is in this starting phase, like choosing to...
  2. Replies
    17
    Views
    3,612

    Re: Programming a Card Game (noob questions)

    Thank you.

    I've been following a java tutorial regarding Interfaces and Abstract Methods.
    As I see it, I can use an interface if I want to re-use some of my classes (to create another card...
  3. Replies
    17
    Views
    3,612

    Re: Programming a Card Game (noob questions)

    I understand I should create classes for the "card", "deck", "player", "layout", the "game rules", etc...

    What class should be responsible for assigning a certain .jpg file reference to a given...
  4. Replies
    17
    Views
    3,612

    Re: Programming a Card Game (noob questions)

    I guess I could use GridBag as the main layout.
    I don't know how I can get multiple cards on the side columns, overlaying each other. I have to use some sort of resizable Java Swing field which...
  5. Replies
    17
    Views
    3,612

    Re: Programming a Card Game (noob questions)

    Sorry, I meant "what Java Swing objects should I use to represent the columns, the decks, etc...??"
    I don't even know what should I use for the game layout (a panel, a frame?).
  6. Replies
    17
    Views
    3,612

    Re: Programming a Card Game (noob questions)

    Thank you.

    If so, am I using the right tools?
  7. Replies
    17
    Views
    3,612

    Re: Programming a Card Game (noob questions)

    EDIT : First of all, pardon my english. It's not my native language.

    Well, it's a kind of "solitaire" game for two.
    Each player has a 39 card deck and a small 13 card deck, both starting face...
  8. Replies
    17
    Views
    3,612

    Programming a Card Game (noob questions)

    Hello.

    I am new at programming, but I thought about creating a Card Game using Java.

    It is a two player game called "Crapot", and I know the rules very well.

    This game uses a lot of "drag...
Results 1 to 8 of 8