I started making this extremely simple 2048 game, without graphics and stuff (only array), and made the board :
import java.util.*; public class GameBoard {