Skip to content

Files

Latest commit

 

History

History
6 lines (5 loc) · 409 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 409 Bytes

Game-2048

2048 game using Linked List in java programming Run Main file, you can change the numbers you want to play. There is a array for the numbers. You can see the result for each given numbers.

In this game, the main reason to form this game to learn data structures, Linked list. I just add next and up pointers to the nodes, if you want you can change the pointers and make it better and easier.