2048 Game is a sliding block puzzle game application, created using Java, Swing, JDBC, and MySQL.
2048 is a popular single-player puzzle game. The objective is to slide numbered tiles on a grid to combine them and create a tile with the number 2048. This implementation of the game was built using Java, Swing for the GUI, JDBC for data access, and MySQL for the database management system.
- Smooth and user-friendly interface, thanks to Java Swing
- Persistent high score tracking using MySQL
- Replayability: Once you reach 2048, keep going and try to reach even higher numbers!
- Java Runtime Environment (JRE)
- MySQL Server
- Clone the repository.
- Import the MySQL database file.
- Run the application.
Detailed instructions on how to play the game are available in 2048 правила.txt file.