2048 Game

Advanced Programming (INF101) April 2024
2048 Game Screenshot

Project Overview

This was a Spring 2024 assignment in the OOP class where I developed a complete 2048 game from scratch using Object-Oriented Programming principles in Java. The project involved designing game mechanics, implementing responsive controls, and managing game state through well-structured classes.

Technologies Used

Java OOP Game Development