Search:

Type: Posts; User: roscowgo

Search: Search took 0.18 seconds.

  1. Replies
    5
    Views
    1,949

    Re: Blackjack game

    I absolutely agree about looking back and cringing, understand exactly what you're saying there. The hardest part of programming for me so far has been learning how to think my way through the logic....
  2. Replies
    5
    Views
    1,949

    Re: Blackjack game

    That's pretty much all. Those are just the ways to accomplish a deal that pop into my head. I wouldn't mind some other general problem approaches. If not that's alright too. This is a purely...
  3. Replies
    5
    Views
    1,949

    Blackjack game

    I'm writing a blackjack game just to try and brush some rust off. I'm not looking for any code, but more the theory/steps behind how to write a deal class.

    I've got a functional deck generator,...
  4. Replies
    6
    Views
    4,028

    Re: Shuffling a 2D array

    You could do what I'm doing in that particular case, create an arraylist, pass the 2d array into it via for loops, then use Collections.shuffle();
  5. Replies
    7
    Views
    2,658

    Re: Any Program Ideas?

    I started writing a blackjack game for practice, and so that I wouldn't have completely forgotten everything I knew about OOP before my next semester of programming classes.
Results 1 to 5 of 5