Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 1.36 KB

README.md

File metadata and controls

65 lines (40 loc) · 1.36 KB

2048 Game

2048

Fun Adjustable 2048 game!!


Table of Contents


Description

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.

Technologies

  • Java
  • Javax Swing
  • Markdown
  • Visual Studio Code

Back To The Top


How to use

Installation

Download the source code and run it in your editor, terminal, IDE, etc..

API Reference

    import java.awt.event.*;
    import java.awt.*;
    import javax.swing.*;

Back To The Top


References

Back To The Top


Author Info

Back To The Top