Notifications You must be signed in to change notification settings Board.java: Creates a representation of the 2048 Board as a 2D array. Handles all board operations, checks for wins and losses, and ...
I made this application as a final for my introductory computer science class in the fall of 2016. The program is written in Java and incorporates all of the functionality of the PacMan game.