This project involves implementing and manipulating 2D arrays to create a simulation of the 2048 number puzzle game that can be found on the Math Is Fun website: https://www.mathsisfun.com/games/2048.html. All files except Board.java were pre-written and imported from https://ds.cs.rutgers.edu/assignment-play-2048/. To test this project, run the TestDriver.java file.