Search:

Type: Posts; User: Massaslayer

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,677

    Re: Proper way to get rid of breaks.

    The if states are so difficuly because it are x & y values of game board :D & yes all works :) then i'm done :D
  2. Replies
    6
    Views
    1,677

    Re: Proper way to get rid of breaks.

    It's not clean programming?
  3. Replies
    6
    Views
    1,677

    Proper way to get rid of breaks.

    Hello all!


    I got the following cod And I absolutley forgot how to get rid of breakse:


    for (int xTemp = 0; xTemp < board.length; xTemp++) {
    if (board[xTemp][0] == curpos[0][0] &&...
Results 1 to 3 of 3