Search:

Type: Posts; User: Bryane92

Search: Search took 0.22 seconds.

  1. Replies
    5
    Views
    1,513

    Re: Connect 4 Help

    Okay I got it all working thank you Ubiquitous, but how would I got about making the GUI in-editable once a winner is declared?
  2. Replies
    5
    Views
    1,513

    Re: Connect 4 Help

    It Compiles I got the checkHorizomntal code working by changing it to
    public static void checkHorizontal (){ // checks for a horizontal win

    for (int row = 0; row < 6; row++) {
    for (int...
  3. Replies
    5
    Views
    1,513

    Connect 4 Help

    I have my connect four game but the checkwin algorithms won't work I have two other files called GameBoard and BoardSquare. The BoardSquare file sets the colors and types for the checkered pieces and...
Results 1 to 3 of 3