Skip to content

Eva-Zhong/2048-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

What is this repository for?

  • The game itself is put in the src folder.

  • The WelcomeHelp.java is the welcome page of our game. Alt text

  • The Gamepage.java is the game GUI of our game. When the user chooses a level in the welcomeHelp page, it directs to the gamepage.

  • There are three levels in this game. The first level is the same as the original game. We added additional features in the second and third level (see descriptions). In the second level, when the users reach a certain score, the board will turn, and the tiles will drop down as if they are pulled by gravity. Alt text

In the third level, to not only plan to turn the board, but also make the tiles with the same value substract from each other. We are still working on this level.

More detailed descriptions of the game can be found in 'help' in the game.

About

In the class Software Design, our group developed the game 2048 with java. We made some adjustment to the original rules and created three levels of the game. The first level follows the same rule as the original 2048 game; the second level adds a 'gravity' function - when the user reaches a certain number, the board will and all the tiles will …

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors