Skip to content
/ Game Public

Pet-project "2048 Game" created using Java, Swing, JDBC, MySQL

Notifications You must be signed in to change notification settings

kshuryhin/Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048 Game

2048 Game is a sliding block puzzle game application, created using Java, Swing, JDBC, and MySQL.

Table of Contents

About

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.

Features

  • 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!

Installation

Prerequisites

  • Java Runtime Environment (JRE)
  • MySQL Server

Steps

  1. Clone the repository.
  2. Import the MySQL database file.
  3. Run the application.

Usage

Detailed instructions on how to play the game are available in 2048 правила.txt file.

About

Pet-project "2048 Game" created using Java, Swing, JDBC, MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages