lundi 19 mars 2018

you can help me. Create 2048 random number

import java.util.*;
class Game {

    private void game() {
        int cell[][] = new int[10][10];
        Random num = new Random();
        for (int i = 0; i < cell.length; i++) {

        }
    }
}




Aucun commentaire:

Enregistrer un commentaire