Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 577 Bytes

File metadata and controls

18 lines (10 loc) · 577 Bytes

2048

Read instuctions.txt for a VERY in-depth instruction on how this program works. Otherwise, this was a programming assignment given to me in my Data Structures class. Using a graphical API provided and a basic skeleton with a suggested route to creating this program, I created the main.java which merged the given methods from the API with the various data inputs created during gameplay. This took a little over 15 hours, including the time spent trying to understand the prompt and reading through the given API.

tl;dr Run:

java game2048.Main

Enjoy!