2048 is a single-player sliding tile puzzle video game. The objective of the game is to slide numbered tiles on a grid to combine them to create a tile with the number 2048; however, one can continue to play the game after reaching the goal, creating tiles with larger numbers.
This repository is an implementation of this game written with Java and is designed as Graphics Assignment soulotion for CE40244 course (Advanced Programming with Java).