Recent content by Khairul Kabir

  1. K

    I wan to create flappy bird game in java for my project, but I can't understand the column condition

    I am using eclipse IDE and write code in java, for create column I search in google then found few source code but actually I need the column condition and I can't understand. here my column code columns.add(new Rectangle(WIDTH+width+columns.size()*300, HEIGHT-height-110, width, height))...