Fun Adjustable 2048 game!!
A similar version to the 2048 board game, but made where you are able to adjust the board size from 2 x 2 up to 5 x 5. Increase or decrease the difficulty by decreasing or increasing the board size (2 x 2 is Impossible). This is a beginner project for me in order for me to develop my programming skills.
- Java
- Javax Swing
- Markdown
- Visual Studio Code
Download the source code and run it in your editor, terminal, IDE, etc..
import java.awt.event.*;
import java.awt.*;
import javax.swing.*;
- 2048
- Program Your Own 2048 Game W/Java!
- Interesting Project Ideas Using ONLY Data Structures And Algorithms | DSA for Beginners