Inspiration
The 2048 phone game
What it does
The user can choose one of the operations (upward, downward, leftward, rightward and undo). If the swipe makes two identical number meet together, they will sum up and show up their sum. If the sum finally comes to 2048, the player actually wins the game. In addition, the biggest number could be 131072.
How I built it
Use arrays to store values and display the arrays in the output.
Challenges I ran into
How to determine whether the game is finished.
Accomplishments that I'm proud of
Of course the game itself and the process to work with teammates and have fun building it.
What I learned
Master the arrays
What's next for 2048 In Java (Play Mode)
To display game in java graphics
Log in or sign up for Devpost to join the conversation.